Searched refs:__futex_abstimed_wait64 (Results 1 – 9 of 9) sorted by relevance
/glibc-2.36/sysdeps/nptl/ |
D | futex-internal.h | 309 __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()
|
D | aio_misc.h | 52 status = __futex_abstimed_wait64 ((unsigned int *) futexaddr, \
|
D | gai_misc.h | 53 status = __futex_abstimed_wait64 ((unsigned int *) futexaddr, \
|
/glibc-2.36/nptl/ |
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()
|
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
|
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()
|
D | pthread_mutex_lock.c | 454 __futex_abstimed_wait64 (&(unsigned int){0}, 0, in __pthread_mutex_lock_full()
|
/glibc-2.36/ChangeLog.old/ |
D | ChangeLog.22 | 5689 (__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.
|
D | ChangeLog.23 | 8716 (__futex_abstimed_wait64): Modified function.
|