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

/freebsd-10.1-release/sys/sys/
H A Dmutex.h292 * mtx_trylock_flags(m, opts) is used the same way as mtx_trylock() but accepts
303 #define mtx_trylock(m) mtx_trylock_flags((m), 0)
373 #define mtx_trylock_flags(m, opts) \ macro
/freebsd-10.1-release/share/man/man9/
H A DMakefile990 mutex.9 mtx_trylock_flags.9 \

Completed in 55 milliseconds