Home
last modified time | relevance | path

Searched defs:futex_wait (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/fiber/detail/
Dfutex.hpp40 int futex_wait( std::atomic< std::int32_t > * addr, std::int32_t x) { in futex_wait() function
/third_party/boost/boost/atomic/detail/
Dfutex.hpp90 BOOST_FORCEINLINE int futex_wait(void* pval, unsigned int expected) BOOST_NOEXCEPT in futex_wait() function
/third_party/ltp/testcases/kernel/syscalls/futex/
Dfutextest.h113 futex_wait(futex_t *uaddr, futex_t val, struct timespec *timeout, int opflags) in futex_wait() function