Home
last modified time | relevance | path

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

/f-stack/freebsd/kern/
H A Dkern_thread.c860 PROC_SLOCK_ASSERT(p, MA_OWNED); in thread_exit()
1038 PROC_SLOCK_ASSERT(p, MA_OWNED); in calc_remaining()
1063 PROC_SLOCK_ASSERT(p, MA_OWNED); in weed_inhib()
1461 PROC_SLOCK_ASSERT(p, MA_OWNED); in thread_suspend_switch()
1489 PROC_SLOCK_ASSERT(p, MA_OWNED); in thread_suspend_one()
1507 PROC_SLOCK_ASSERT(p, MA_OWNED); in thread_unsuspend_one()
1527 PROC_SLOCK_ASSERT(p, MA_OWNED); in thread_unsuspend()
H A Dkern_sig.c2427 PROC_SLOCK_ASSERT(p, MA_NOTOWNED); in tdsendsignal()
2528 PROC_SLOCK_ASSERT(p, MA_OWNED); in sig_suspend_threads()
3060 PROC_SLOCK_ASSERT(p, MA_OWNED); in thread_stopped()
/f-stack/freebsd/sys/
H A Dproc.h729 #define PROC_SLOCK_ASSERT(p, type) mtx_assert(&(p)->p_slock, (type)) macro