Home
last modified time | relevance | path

Searched refs:THR_LOCK_ACQUIRE_SPIN (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libthr/thread/
H A Dthr_sleepq.c84 THR_LOCK_ACQUIRE_SPIN(curthread, &sc->sc_lock); in _sleepq_lock()
H A Dthr_private.h616 #define THR_LOCK_ACQUIRE_SPIN(thrd, lck) \ macro