Home
last modified time | relevance | path

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

/third_party/mesa3d/src/util/
Dfutex.h47 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/
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.h128 futex_wait(enum futex_fn_type fntype, futex_t *uaddr, futex_t val, in futex_wait() function