Home
last modified time | relevance | path

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

/freebsd/sys/sys/
H A Dmutex.h310 #define __mtx_unlock(mp, tid, opts, file, line) __extension__ ({ \ macro
431 __mtx_unlock((m), curthread, (opts), (file), (line))
/freebsd/sys/kern/
H A Dkern_mutex.c313 __mtx_unlock(m, curthread, opts, file, line); in __mtx_unlock_flags()