Home
last modified time | relevance | path

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

/oneTBB/src/tbb/
H A Dsemaphore.h100 static inline int futex_wait( void *futex, int comparand ) { in futex_wait() function
253 futex_wait( &my_sem, 2 ); in P()
H A Dconcurrent_monitor_mutex.h72 futex_wait(&my_flag, 1); in wait()