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

  /src/sys/kern/
sys_futex.c 501 * futex_hold(f)
509 futex_hold(struct futex *f) function in typeref:typename:int
526 * futex_hold.
569 * futex_hold.
610 error = futex_hold(f);
650 error = futex_hold(f0);
1076 * XXX futex_hold() could theoretically
1080 hold_error = futex_hold(f2);

Completed in 106 milliseconds