Nathalie Furmento
|
bb61f3808d
update cnrs copyright
|
10 years ago |
Samuel Thibault
|
4b1a16edde
Fix University name after the fusion..
|
11 years ago |
Samuel Thibault
|
21defdfaa0
port r11390 from 1.1: Do not bother taking the rwlock for testing active_hook_cnt, this is already atomic
|
12 years ago |
Samuel Thibault
|
e9c70aac17
port r11376 from 1.1: Introduce rwlock_tryrdlock and trywrlock variants. Use them in the progression hooks to avoid getting stuck due to idling workers.
|
12 years ago |
Nathalie Furmento
|
786b8fb4b7
move _STARPU_PTHREAD_XXX macros to public API starpu_thread_util and rename them to STARPU_PTHREAD_XXX
|
12 years ago |
Nathalie Furmento
|
7f792e3082
Define new public API starpu_pthread which is similar to the pthread API.
|
12 years ago |
Samuel Thibault
|
242b6116cf
pass pthread types through typedefs
|
13 years ago |
Nathalie Furmento
|
651708de6b
src/core/progress_hook.c: fix typo in filename
|
13 years ago |
Nathalie Furmento
|
122a6877c2
src/core/progress_hook.c: include .h file
|
13 years ago |
Cyril Roelandt
|
0c893dd530
Dynamically initialize progression_hook_rwlock and tag_global_rwlock.
|
13 years ago |
Nathalie Furmento
|
3ad31951c8
src: code cleaning
|
14 years ago |
Nathalie Furmento
|
906d935956
src: prefix names of internal types and functions with _starpu
|
14 years ago |
Cédric Augonnet
|
a3eaefa390
In case there is no hook, we have a shortcut so that we don't need to take the
|
14 years ago |
Samuel Thibault
|
0d9f08ae8d
Fix copyrights, thanks Ludo!
|
14 years ago |
Cédric Augonnet
|
b566d09898
Use a rw-lock instead of a mutex to protect the list of progression hooks.
|
15 years ago |
Cédric Augonnet
|
952534293d
Update copyright date
|
15 years ago |
Nathalie Furmento
|
4a983beb04
Update copyright
|
15 years ago |
Nathalie Furmento
|
f58ca0920e
Renaming of public StarPU functions to provide a more consistent API.
|
15 years ago |
Nathalie Furmento
|
cde4ad65e2
Check the return value of pthread_mutex_lock(...) and pthread_mutex_unlock(...)
|
15 years ago |
Cédric Augonnet
|
95659a6ed2
prefix more internal functions with _starpu
|
16 years ago |
Cédric Augonnet
|
d924344bf6
bug fix: that value was used uninitialized
|
16 years ago |
Cédric Augonnet
|
585e31ce7f
Make it possible to register progression method which are called when the
|
16 years ago |