Home
last modified time | relevance | path

Searched refs:__futexwait (Results 1 – 7 of 7) sorted by relevance

/third_party/musl/src/stdio/
D__lockfile.c14 __futexwait(&f->lock, owner|MAYBE_WAITERS, 1); in __lockfile()
/third_party/musl/porting/liteos_m/user/src/thread/
D__lock.c42 __futexwait(l, current, 1); in __lock()
/third_party/musl/src/thread/
D__lock.c42 __futexwait(l, current, 1); in __lock()
/third_party/musl/src/internal/
Dpthread_impl.h162 static inline void __futexwait(volatile void *addr, int val, int priv) in __futexwait() function
/third_party/musl/porting/liteos_a/user/src/internal/
Dpthread_impl.h163 static inline void __futexwait(volatile void *addr, int val, int priv) in __futexwait() function
/third_party/musl/porting/liteos_m/user/src/internal/
Dpthread_impl.h163 static inline void __futexwait(volatile void *addr, int val, int priv) in __futexwait() function
/third_party/musl/porting/linux/user/src/internal/
Dpthread_impl.h192 static inline void __futexwait(volatile void *addr, int val, int priv) in __futexwait() function