Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dmutex.h385 #define mtx_trylock(m) mtx_trylock_flags((m), 0)
456 #define mtx_trylock_flags(m, opts) \ macro