Lines Matching +full:no +full:- +full:idle
1 .\"-
22 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
30 .\"-
45 .\" ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE
60 .Nd examine or modify realtime or idle priority
74 is used to lookup or change the realtime or idle priority of a process,
79 is used to lookup or change the realtime or idle priority of a thread.
98 is non-zero,
118 .Bd -literal
128 RTP_PRIO_NORMAL for normal priorities, and RTP_PRIO_IDLE for idle priorities.
136 Realtime and idle priority is inherited through
142 higher priority, or by an interrupt; idle priority threads will run only
143 when no other real/normal priority thread is runnable.
144 Higher real/idle priority threads
145 preempt lower real/idle priority threads.
146 Threads of equal real/idle priority are run round-robin.
148 .Rv -std rtprio rtprio_thread
156 .Bl -tag -width Er
170 root is allowed to change the realtime or idle priority of any thread.
179 If set to non-zero, it lets any user change the idle priority of threads
194 .An -nosplit