Home
last modified time | relevance | path

Searched refs:FUTEX_TID_MASK (Results 1 – 6 of 6) sorted by relevance

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dpthread_mutex_unlock.c89 if ((mutex->__data.__lock & FUTEX_TID_MASK) in __pthread_mutex_unlock_full()
113 if ((mutex->__data.__lock & FUTEX_TID_MASK) in __pthread_mutex_unlock_full()
156 if ((mutex->__data.__lock & FUTEX_TID_MASK) in __pthread_mutex_unlock_full()
183 if ((mutex->__data.__lock & FUTEX_TID_MASK) in __pthread_mutex_unlock_full()
A Dpthread_mutex_trylock.c115 if (__builtin_expect ((oldval & FUTEX_TID_MASK) == id, 0)) in __pthread_mutex_trylock()
193 if (__builtin_expect ((oldval & FUTEX_TID_MASK) == id, 0)) in __pthread_mutex_trylock()
A Dpthread_mutex_timedlock.c156 if (__builtin_expect ((oldval & FUTEX_TID_MASK) == id, 0)) in pthread_mutex_timedlock()
229 if (__builtin_expect ((oldval & FUTEX_TID_MASK) == id, 0)) in pthread_mutex_timedlock()
A Dpthread_mutex_lock.c198 if (__builtin_expect ((oldval & FUTEX_TID_MASK) == id, 0)) in __pthread_mutex_lock_full()
265 if (__builtin_expect ((oldval & FUTEX_TID_MASK) == id, 0)) in __pthread_mutex_lock_full()
A DpthreadP.h144 #define FUTEX_TID_MASK 0x3fffffff macro
A DChangeLog3055 * pthreadP.h (FUTEX_TID_MASK): Sync with kernel.
3293 Define FUTEX_WAITERS, FUTEX_OWNER_DIED, FUTEX_TID_MASK.

Completed in 16 milliseconds