Home
last modified time | relevance | path

Searched defs:is_lock_free (Results 1 – 3 of 3) sorted by relevance

/sysdeps/powerpc/nptl/
A Delide.h62 # define ELIDE_LOCK(adapt_count, is_lock_free) \ argument
86 # define ELIDE_TRYLOCK(adapt_count, is_lock_free, write) \ argument
100 __elide_unlock (int is_lock_free) in __elide_unlock()
113 # define ELIDE_UNLOCK(is_lock_free) \ argument
/sysdeps/generic/
A Delide.h21 #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
/sysdeps/x86/
A Delide.h62 #define ELIDE_LOCK(adapt_count, is_lock_free) \ argument
93 #define ELIDE_TRYLOCK(adapt_count, is_lock_free, write) ({ \ argument
108 #define ELIDE_UNLOCK(is_lock_free) \ argument

Completed in 4 milliseconds