Home
last modified time | relevance | path

Searched refs:__futex_abstimed_wait64 (Results 1 – 4 of 4) sorted by relevance

/nptl/
A Dfutex-internal.c124 __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 Dpthread_rwlock_common.c332 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 Dpthread_mutex_timedlock.c253 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 Dpthread_mutex_lock.c443 __futex_abstimed_wait64 (&(unsigned int){0}, 0, in __pthread_mutex_lock_full()

Completed in 9 milliseconds