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

/freebsd-9.3-release/sys/kern/
H A Dsched_4bsd.cdiff 123871 Fri Dec 26 15:07:29 MST 2003 jhb Create a separate kthread that executes sched_cpu() once a second. Because
sched_cpu() locks an sx lock (allproc_lock) which can sleep if it fails to
acquire the lock, it is not safe to execute this in a callout handler from
softclock().

Completed in 173 milliseconds