Home
last modified time | relevance | path

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

/glibc-2.36/sysdeps/nptl/
Dfutex-internal.h309 __futex_abstimed_wait64 (unsigned int* futex_word, unsigned int expected,
313 libc_hidden_proto (__futex_abstimed_wait64);
325 err = __futex_abstimed_wait64 ((unsigned int *) futex, 2, clockid, in __futex_clocklock64()
Daio_misc.h52 status = __futex_abstimed_wait64 ((unsigned int *) futexaddr, \
Dgai_misc.h53 status = __futex_abstimed_wait64 ((unsigned int *) futexaddr, \
/glibc-2.36/nptl/
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()
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
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()
Dpthread_mutex_lock.c454 __futex_abstimed_wait64 (&(unsigned int){0}, 0, in __pthread_mutex_lock_full()
/glibc-2.36/ChangeLog.old/
DChangeLog.225689 (__futex_abstimed_wait64): Modified.
5867 nptl: Replace lll_timedwait with __futex_abstimed_wait64
5882 nptl: Replace __futex_clocklock_wait64 with __futex_abstimed_wait64
5916 (__futex_abstimed_wait64): Modified function.
10093 (__futex_abstimed_wait64): New function.
10095 (__futex_abstimed_wait64): New function.
DChangeLog.238716 (__futex_abstimed_wait64): Modified function.