Home
last modified time | relevance | path

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

/f-stack/freebsd/sys/
H A Dmutex.h387 #define mtx_unlock(m) mtx_unlock_flags((m), 0)
450 #define mtx_unlock_flags(m, opts) \ macro