Searched refs:PROC_SLOCK_ASSERT (Results 1 – 3 of 3) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_thread.c | 860 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 D | kern_sig.c | 2427 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 D | proc.h | 729 #define PROC_SLOCK_ASSERT(p, type) mtx_assert(&(p)->p_slock, (type)) macro
|