Searched refs:futex_wait (Results 1 – 3 of 3) sorted by relevance
51 #define futex_wait(ftx, value) (void)(ftx) macro71 #define futex_wait(ftx, value) PARAM_FUTEX(ftx, FUTEX_WAIT, value, 100, 0)
50 futex_wait(&entry->commitId, commitId); in ReadCommitId()
74 futex_wait(&entry->commitId, commitId); in TestReadCommitId()