Home
last modified time | relevance | path

Searched refs:PROC_SLOCK_ASSERT (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/kern/
H A Dkern_thread.c944 PROC_SLOCK_ASSERT(p, MA_OWNED); in thread_exit()
1125 PROC_SLOCK_ASSERT(p, MA_OWNED); in calc_remaining()
1148 PROC_SLOCK_ASSERT(p, MA_OWNED); in weed_inhib()
1551 PROC_SLOCK_ASSERT(p, MA_OWNED); in thread_suspend_switch()
1579 PROC_SLOCK_ASSERT(p, MA_OWNED); in thread_suspend_one()
1597 PROC_SLOCK_ASSERT(p, MA_OWNED); in thread_unsuspend_one()
1640 PROC_SLOCK_ASSERT(p, MA_OWNED); in thread_unsuspend()
H A Dkern_sig.c2808 PROC_SLOCK_ASSERT(p, MA_OWNED); in sig_suspend_threads()
3405 PROC_SLOCK_ASSERT(p, MA_OWNED); in thread_stopped()
/freebsd/sys/sys/
H A Dproc.h791 #define PROC_SLOCK_ASSERT(p, type) mtx_assert(&(p)->p_slock, (type)) macro