Home
last modified time | relevance | path

Searched refs:mtx_trylock_spin (Results 1 – 4 of 4) sorted by relevance

/freebsd-14-stable/sys/sys/
HDmutex.h389 #define mtx_trylock_spin(m) mtx_trylock_spin_flags((m), 0) macro
/freebsd-14-stable/sys/kern/
HDkern_tc.c1923 if (mtx_trylock_spin(&tc_setclock_mtx)) { in tc_ticktock()
HDsched_ule.c318 #define TDQ_TRYLOCK(t) mtx_trylock_spin(TDQ_LOCKPTR((t)))
/freebsd-14-stable/share/man/man9/
HDMakefile1627 mutex.9 mtx_trylock_spin.9 \