Searched defs:futex_wait (Results 1 – 4 of 4) sorted by relevance
| /third_party/mesa3d/src/util/ |
| D | futex.h | 47 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() function 71 static inline int futex_wait(uint32_t *addr, int32_t value, struct timespec *timeout) in futex_wait() function 101 static inline int futex_wait(uint32_t *addr, int32_t value, const struct timespec *timeout) in futex_wait() function
|
| /third_party/boost/boost/fiber/detail/ |
| D | futex.hpp | 40 int futex_wait( std::atomic< std::int32_t > * addr, std::int32_t x) { in futex_wait() function
|
| /third_party/boost/boost/atomic/detail/ |
| D | futex.hpp | 90 BOOST_FORCEINLINE int futex_wait(void* pval, unsigned int expected) BOOST_NOEXCEPT in futex_wait() function
|
| /third_party/ltp/testcases/kernel/syscalls/futex/ |
| D | futextest.h | 128 futex_wait(enum futex_fn_type fntype, futex_t *uaddr, futex_t val, in futex_wait() function
|