Searched refs:thread_unsuspend_one (Results 1 - 1 of 1) sorted by relevance

/freebsd-10.2-release/sys/kern/
H A Dkern_thread.c78 static int thread_unsuspend_one(struct thread *td, struct proc *p,
450 wakeup_swapper = thread_unsuspend_one(
607 wakeup_swapper |= thread_unsuspend_one(td2, p, true);
613 wakeup_swapper |= thread_unsuspend_one(td2, p, false);
619 wakeup_swapper |= thread_unsuspend_one(td2, p, false);
634 wakeup_swapper |= thread_unsuspend_one(td2, p, false);
899 wakeup_swapper = thread_unsuspend_one(
970 thread_unsuspend_one(struct thread *td, struct proc *p, bool boundary) function
1004 wakeup_swapper |= thread_unsuspend_one(td, p,
1018 wakeup_swapper = thread_unsuspend_one(
[all...]

Completed in 57 milliseconds