Lines Matching full:priority
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.
85 RTP_LOOKUP to lookup the current priority,
86 and RTP_SET to set the priority.
99 the system call reports the highest priority in the process,
100 or sets all threads' priority in the process,
116 is a pointer to a struct rtprio which is used to specify the priority and priority type.
129 The priority specified by the
134 0 is the highest possible priority.
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.
168 The calling thread is not allowed to set the priority.
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