Searched refs:futex_wait (Results 1 – 2 of 2) sorted by relevance
100 static inline int futex_wait( void *futex, int comparand ) { in futex_wait() function253 futex_wait( &my_sem, 2 ); in P()
72 futex_wait(&my_flag, 1); in wait()