Searched refs:__mtx_unlock (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/sys/ |
H A D | mutex.h | 310 #define __mtx_unlock(mp, tid, opts, file, line) __extension__ ({ \ macro 431 __mtx_unlock((m), curthread, (opts), (file), (line))
|
/freebsd/sys/kern/ |
H A D | kern_mutex.c | 331 __mtx_unlock(m, curthread, opts, file, line); in __mtx_unlock_flags()
|