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