Searched refs:PROC_SLOCK_ASSERT (Results 1 – 3 of 3) sorted by relevance
/freebsd/sys/kern/ |
H A D | kern_thread.c | 940 PROC_SLOCK_ASSERT(p, MA_OWNED); in thread_exit() 1116 PROC_SLOCK_ASSERT(p, MA_OWNED); in calc_remaining() 1139 PROC_SLOCK_ASSERT(p, MA_OWNED); in weed_inhib() 1535 PROC_SLOCK_ASSERT(p, MA_OWNED); in thread_suspend_switch() 1563 PROC_SLOCK_ASSERT(p, MA_OWNED); in thread_suspend_one() 1581 PROC_SLOCK_ASSERT(p, MA_OWNED); in thread_unsuspend_one() 1624 PROC_SLOCK_ASSERT(p, MA_OWNED); in thread_unsuspend()
|
H A D | kern_sig.c | 2792 PROC_SLOCK_ASSERT(p, MA_OWNED); in sig_suspend_threads() 3377 PROC_SLOCK_ASSERT(p, MA_OWNED); in thread_stopped()
|
/freebsd/sys/sys/ |
H A D | proc.h | 787 #define PROC_SLOCK_ASSERT(p, type) mtx_assert(&(p)->p_slock, (type)) macro
|