Searched refs:is_lock_free (Results 1 – 3 of 3) sorted by relevance
/sysdeps/powerpc/nptl/ |
A D | elide.h | 62 # define ELIDE_LOCK(adapt_count, is_lock_free) \ argument 72 if (is_lock_free) \ 86 # define ELIDE_TRYLOCK(adapt_count, is_lock_free, write) \ argument 93 ret = ELIDE_LOCK (adapt_count, is_lock_free); \ 100 __elide_unlock (int is_lock_free) in __elide_unlock() argument 102 if (is_lock_free) in __elide_unlock() 113 # define ELIDE_UNLOCK(is_lock_free) \ argument 114 __elide_unlock (is_lock_free)
|
/sysdeps/x86/ |
A D | elide.h | 62 #define ELIDE_LOCK(adapt_count, is_lock_free) \ argument 73 if (is_lock_free) \ 93 #define ELIDE_TRYLOCK(adapt_count, is_lock_free, write) ({ \ argument 99 ret = ELIDE_LOCK (adapt_count, is_lock_free); \ 108 #define ELIDE_UNLOCK(is_lock_free) \ argument 111 if (is_lock_free) \
|
/sysdeps/generic/ |
A D | elide.h | 21 #define ELIDE_LOCK(adapt_count, is_lock_free) 0 argument 22 #define ELIDE_TRYLOCK(adapt_count, is_lock_free, write) 0 argument 23 #define ELIDE_UNLOCK(is_lock_free) 0 argument
|
Completed in 4 milliseconds