Searched hist:182011 (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/kern/
H A Dkern_thread.cdiff 182011 Fri Aug 22 14:17:17 MDT 2008 jhb A suspended thread can, in fact, be swapped out. Thus,
thread_unsuspend_one() needs to optionally wakeup the swapper. Since we
hold the thread lock for that entire function, however, we have to push
that requirement up into the caller.

Found by: rwatson
/freebsd-11-stable/sys/sys/
H A Dproc.hdiff 182011 Fri Aug 22 14:17:17 MDT 2008 jhb A suspended thread can, in fact, be swapped out. Thus,
thread_unsuspend_one() needs to optionally wakeup the swapper. Since we
hold the thread lock for that entire function, however, we have to push
that requirement up into the caller.

Found by: rwatson

Completed in 201 milliseconds