Searched defs:futex_wait (Results 1 – 3 of 3) sorted by relevance
40 int futex_wait( std::atomic< std::int32_t > * addr, std::int32_t x) { in futex_wait() function
90 BOOST_FORCEINLINE int futex_wait(void* pval, unsigned int expected) BOOST_NOEXCEPT in futex_wait() function
113 futex_wait(futex_t *uaddr, futex_t val, struct timespec *timeout, int opflags) in futex_wait() function