Searched refs:__mtx_unlock (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/sys/sys/ |
| D | mutex.h | 307 #define __mtx_unlock(mp, tid, opts, file, line) do { \ macro 427 __mtx_unlock((m), curthread, (opts), (file), (line))
|
| /freebsd-12-stable/sys/kern/ |
| D | kern_mutex.c | 301 __mtx_unlock(m, curthread, opts, file, line); in __mtx_unlock_flags()
|