Lines Matching +full:no +full:- +full:idle
1 .\" Copyright (c) 2000-2001 John H. Baldwin <jhb@FreeBSD.org>
15 .\" IN NO EVENT SHALL THE DEVELOPERS BE LIABLE FOR ANY DIRECT, INDIRECT,
56 for idle priority processes.
62 non-empty queues to assist in selecting a process quickly.
74 returns zero if there are no runnable processes other than the idle process.
75 If there is at least one runnable process other than the idle process, it
76 will return a non-zero value.
83 when there are currently no other runnable processes while another CPU is
85 In that case the second CPU will simply travel through the idle loop one
87 This works because idle CPUs are not halted in SMP systems.
88 If idle CPUs are halted in SMP systems, then this race condition might have
97 If there are no runnable threads, then the idle thread is returned.