Home
last modified time | relevance | path

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

/f-stack/lib/include/sys/
H A Dmutex.h32 #undef __mtx_unlock
60 #define __mtx_unlock(mp, tid, opts, file, line) DO_NOTHING macro
/f-stack/freebsd/sys/
H A Dmutex.h308 #define __mtx_unlock(mp, tid, opts, file, line) do { \ macro
428 __mtx_unlock((m), curthread, (opts), (file), (line))
/f-stack/freebsd/kern/
H A Dkern_mutex.c311 __mtx_unlock(m, curthread, opts, file, line); in __mtx_unlock_flags()