Searched defs:is_lock_free (Results 1 – 3 of 3) sorted by relevance
62 # define ELIDE_LOCK(adapt_count, is_lock_free) \ argument86 # define ELIDE_TRYLOCK(adapt_count, is_lock_free, write) \ argument100 __elide_unlock (int is_lock_free) in __elide_unlock()113 # define ELIDE_UNLOCK(is_lock_free) \ argument
21 #define ELIDE_LOCK(adapt_count, is_lock_free) 0 argument22 #define ELIDE_TRYLOCK(adapt_count, is_lock_free, write) 0 argument23 #define ELIDE_UNLOCK(is_lock_free) 0 argument
62 #define ELIDE_LOCK(adapt_count, is_lock_free) \ argument93 #define ELIDE_TRYLOCK(adapt_count, is_lock_free, write) ({ \ argument108 #define ELIDE_UNLOCK(is_lock_free) \ argument
Completed in 4 milliseconds