Searched refs:LLL_MUTEX_TRYLOCK (Results 1 – 3 of 3) sorted by relevance
11 #define LLL_MUTEX_TRYLOCK(mutex) \ macro13 #define LLL_MUTEX_TRYLOCK_ELISION(mutex) LLL_MUTEX_TRYLOCK(mutex)
54 # define LLL_MUTEX_TRYLOCK(mutex) \ macro136 if (LLL_MUTEX_TRYLOCK (mutex) != 0) in PTHREAD_MUTEX_LOCK()163 || LLL_MUTEX_TRYLOCK (mutex) != 0); in PTHREAD_MUTEX_LOCK()
3244 (LLL_MUTEX_TRYLOCK): Take mutex as argument3249 (__pthread_mutex_lock): Update LLL_MUTEX_LOCK, LLL_MUTEX_TRYLOCK,3274 (LLL_MUTEX_TRYLOCK): Take mutex as argument instead of its3520 * pthread_mutex_lock.c (LLL_MUTEX_LOCK, LLL_MUTEX_TRYLOCK,3527 LLL_MUTEX_TRYLOCK, LLL_ROBUST_MUTEX_LOCK): Use