Searched refs:comparand (Results 1 – 1 of 1) sorted by relevance
100 static inline int futex_wait( void *futex, int comparand ) { in futex_wait() argument101 int r = ::syscall(SYS_futex, futex, __TBB_FUTEX_WAIT, comparand, nullptr, nullptr, 0); in futex_wait()