Searched refs:__mtx_unlock_sleep (Results 1 - 2 of 2) sorted by relevance

/freebsd-12-stable/sys/sys/
H A Dmutex.h103 void __mtx_unlock_sleep(volatile uintptr_t *c, uintptr_t v, int opts,
107 void __mtx_unlock_sleep(volatile uintptr_t *c, uintptr_t v);
178 __mtx_unlock_sleep(&(m)->mtx_lock, v, o, f, l)
183 __mtx_unlock_sleep(&(m)->mtx_lock, v)
/freebsd-12-stable/sys/kern/
H A Dkern_mutex.c299 __mtx_unlock_sleep(c, (uintptr_t)curthread, opts, file, line);
992 * __mtx_unlock_sleep: the tougher part of releasing an MTX_DEF lock.
999 __mtx_unlock_sleep(volatile uintptr_t *c, uintptr_t v, int opts, function
1003 __mtx_unlock_sleep(volatile uintptr_t *c, uintptr_t v)

Completed in 69 milliseconds