HomeSort by: relevance | last modified time | path
    Searched defs:futex_compute_cmp (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
sys_futex.c 1536 * futex_compute_cmp(oldval, opcmp)
1541 futex_compute_cmp(int oldval, int opcmp) function in typeref:typename:bool
1638 if (f2 && futex_compute_cmp(oldval, opcmp)) {

Completed in 13 milliseconds