Searched refs:thread_unsuspend_one (Results 1 – 1 of 1) sorted by relevance
| /f-stack/freebsd/kern/ |
| H A D | kern_thread.c | 150 static int thread_unsuspend_one(struct thread *td, struct proc *p, 901 wakeup_swapper = thread_unsuspend_one( in thread_exit() 1076 wakeup_swapper |= thread_unsuspend_one(td2, p, true); in weed_inhib() 1089 wakeup_swapper |= thread_unsuspend_one(td2, p, false); in weed_inhib() 1109 wakeup_swapper |= thread_unsuspend_one(td2, p, false); in weed_inhib() 1388 wakeup_swapper = thread_unsuspend_one( in thread_suspend_check() 1499 thread_unsuspend_one(struct thread *td, struct proc *p, bool boundary) in thread_unsuspend_one() function 1533 wakeup_swapper |= thread_unsuspend_one(td, p, in thread_unsuspend() 1547 wakeup_swapper = thread_unsuspend_one( in thread_unsuspend() 1592 wakeup_swapper |= thread_unsuspend_one(td, p, in thread_single_end()
|