Home
last modified time | relevance | path

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

/freebsd-12-stable/sys/sys/
Dmutex.h307 #define __mtx_unlock(mp, tid, opts, file, line) do { \ macro
427 __mtx_unlock((m), curthread, (opts), (file), (line))
/freebsd-12-stable/sys/kern/
Dkern_mutex.c301 __mtx_unlock(m, curthread, opts, file, line); in __mtx_unlock_flags()