Searched refs:__futexwait (Results 1 – 7 of 7) sorted by relevance
/third_party/musl/src/stdio/ |
D | __lockfile.c | 14 __futexwait(&f->lock, owner|MAYBE_WAITERS, 1); in __lockfile()
|
/third_party/musl/porting/liteos_m/user/src/thread/ |
D | __lock.c | 42 __futexwait(l, current, 1); in __lock()
|
/third_party/musl/src/thread/ |
D | __lock.c | 42 __futexwait(l, current, 1); in __lock()
|
/third_party/musl/src/internal/ |
D | pthread_impl.h | 162 static inline void __futexwait(volatile void *addr, int val, int priv) in __futexwait() function
|
/third_party/musl/porting/liteos_a/user/src/internal/ |
D | pthread_impl.h | 163 static inline void __futexwait(volatile void *addr, int val, int priv) in __futexwait() function
|
/third_party/musl/porting/liteos_m/user/src/internal/ |
D | pthread_impl.h | 163 static inline void __futexwait(volatile void *addr, int val, int priv) in __futexwait() function
|
/third_party/musl/porting/linux/user/src/internal/ |
D | pthread_impl.h | 192 static inline void __futexwait(volatile void *addr, int val, int priv) in __futexwait() function
|