Searched refs:lll_futex_timed_wait (Results 1 – 2 of 2) sorted by relevance
/sysdeps/nptl/ |
A D | lowlevellock-futex.h | 74 lll_futex_timed_wait (futexp, val, NULL, private) 76 # define lll_futex_timed_wait(futexp, val, timeout, private) \ macro 135 long int __err = lll_futex_timed_wait (futexp, val, timeout, private); \
|
A D | futex-internal.h | 146 int err = lll_futex_timed_wait (futex_word, expected, NULL, private); in futex_wait()
|
Completed in 4 milliseconds