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

  /src/sys/kern/
sys_futex.c 1097 * Acquire the queue lock of f. Pair with futex_queue_unlock. Do
1108 * futex_queue_unlock(f)
1113 futex_queue_unlock(struct futex *f) function in typeref:typename:void
1263 futex_queue_unlock(f);
1270 futex_queue_unlock(f);
1334 futex_queue_unlock(f);
1955 out: futex_queue_unlock(f);
sys_futex.c 1097 * Acquire the queue lock of f. Pair with futex_queue_unlock. Do
1108 * futex_queue_unlock(f)
1113 futex_queue_unlock(struct futex *f) function in typeref:typename:void
1263 futex_queue_unlock(f);
1270 futex_queue_unlock(f);
1334 futex_queue_unlock(f);
1955 out: futex_queue_unlock(f);

Completed in 26 milliseconds