Searched refs:__futex_abstimed_wait64 (Results 1 – 4 of 4) sorted by relevance
/nptl/ |
A D | futex-internal.c | 124 __futex_abstimed_wait64 (unsigned int* futex_word, unsigned int expected, in __futex_abstimed_wait64() function 131 libc_hidden_def (__futex_abstimed_wait64) in libc_hidden_def() argument
|
A D | pthread_rwlock_common.c | 332 int err = __futex_abstimed_wait64 (&rwlock->__data.__readers, in __pthread_rwlock_rdlock_full64() 460 int err = __futex_abstimed_wait64 (&rwlock->__data.__wrphase_futex, in __pthread_rwlock_rdlock_full64() 730 int err = __futex_abstimed_wait64 (&rwlock->__data.__writers_futex, in __pthread_rwlock_wrlock_full64() 829 int err = __futex_abstimed_wait64 (&rwlock->__data.__wrphase_futex, in __pthread_rwlock_wrlock_full64()
|
A D | pthread_mutex_timedlock.c | 253 int err = __futex_abstimed_wait64 ( in __pthread_mutex_clocklock_common() 380 e = __futex_abstimed_wait64 (&(unsigned int){0}, 0, clockid, in __pthread_mutex_clocklock_common() 529 int e = __futex_abstimed_wait64 ( in __pthread_mutex_clocklock_common()
|
A D | pthread_mutex_lock.c | 443 __futex_abstimed_wait64 (&(unsigned int){0}, 0, in __pthread_mutex_lock_full()
|
Completed in 9 milliseconds