Searched refs:thread_unsuspend_one (Results 1 - 1 of 1) sorted by last modified time

/freebsd-11-stable/sys/kern/
H A Dkern_thread.c132 static int thread_unsuspend_one(struct thread *td, struct proc *p,
566 wakeup_swapper = thread_unsuspend_one(
726 wakeup_swapper |= thread_unsuspend_one(td2, p, true);
733 wakeup_swapper |= thread_unsuspend_one(td2, p, false);
748 wakeup_swapper |= thread_unsuspend_one(td2, p, false);
1019 wakeup_swapper = thread_unsuspend_one(
1090 thread_unsuspend_one(struct thread *td, struct proc *p, bool boundary) function
1124 wakeup_swapper |= thread_unsuspend_one(td, p,
1138 wakeup_swapper = thread_unsuspend_one(
1184 wakeup_swapper |= thread_unsuspend_one(t
[all...]

Completed in 75 milliseconds