Searched refs:__mtx_unlock (Results 1 – 3 of 3) sorted by relevance
| /f-stack/lib/include/sys/ |
| H A D | mutex.h | 32 #undef __mtx_unlock 60 #define __mtx_unlock(mp, tid, opts, file, line) DO_NOTHING macro
|
| /f-stack/freebsd/sys/ |
| H A D | mutex.h | 308 #define __mtx_unlock(mp, tid, opts, file, line) do { \ macro 428 __mtx_unlock((m), curthread, (opts), (file), (line))
|
| /f-stack/freebsd/kern/ |
| H A D | kern_mutex.c | 311 __mtx_unlock(m, curthread, opts, file, line); in __mtx_unlock_flags()
|