Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dsemaphore.h100 static inline int futex_wait( void *futex, int comparand ) { in futex_wait() argument
101 int r = ::syscall(SYS_futex, futex, __TBB_FUTEX_WAIT, comparand, nullptr, nullptr, 0); in futex_wait()