Searched refs:__futex4_cp (Results 1 – 2 of 2) sorted by relevance
/third_party/musl/src/thread/ |
D | __timedwait.c | 11 static int __futex4_cp(volatile void *addr, int op, int val, const struct timespec *to) in __futex4_cp() function 52 r = -__futex4_cp(addr, FUTEX_WAIT|priv, val, top); in __timedwait_cp()
|
/third_party/musl/porting/liteos_a/user/src/thread/ |
D | __timedwait.c | 11 static int __futex4_cp(volatile void *addr, int op, int val, const struct timespec *to) in __futex4_cp() function 63 r = -__futex4_cp(addr, FUTEX_WAIT|priv, val, top); in __timedwait_cp()
|