Searched refs:__mtx_trylock_spin (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/sys/ |
H A D | mutex.h | 265 #define __mtx_trylock_spin(mp, tid, opts, file, line) __extension__ ({ \ macro 293 #define __mtx_trylock_spin(mp, tid, opts, file, line) __extension__ ({ \ macro 435 __mtx_trylock_spin((m), curthread, (opts), (file), (line))
|
/freebsd/sys/kern/ |
H A D | kern_mutex.c | 396 if (__mtx_trylock_spin(m, curthread, opts, file, line)) { in __mtx_trylock_spin_flags()
|