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

  /src/sys/kern/
sys_futex.c 137 * futex::fx_qlock ordered by kva of struct futex
178 kmutex_t fx_qlock; member in struct:futex
357 mutex_init(&f->fx_qlock, MUTEX_DEFAULT, IPL_NONE);
383 mutex_enter(&f->fx_qlock);
390 mutex_exit(&f->fx_qlock);
406 mutex_destroy(&f->fx_qlock);
828 KASSERT(mutex_owned(&f->fx_qlock));
848 KASSERT(mutex_owned(&f->fx_qlock));
891 mutex_enter(&f->fx_qlock);
895 mutex_exit(&f->fx_qlock);
    [all...]

Completed in 36 milliseconds