Home | History | Annotate | Download | only in pa

Lines Matching defs:sys_priority

187   int sys_priority = 0;
195 sys_priority = (PRI_FG_MIN_NP + PRI_FG_MAX_NP) / 2;
199 sys_priority = (PRI_BG_MIN_NP + PRI_BG_MAX_NP) / 2;
202 sys_priority = (PRI_BG_MIN_NP + PRI_BG_MAX_NP) / 2;
207 if (pthread_setprio (__gthrw_(pthread_self) (), sys_priority) >= 0)
218 int sys_priority;
222 if ((sys_priority = pthread_getprio (__gthrw_(pthread_self) ())) >= 0)
224 if (sys_priority >= PRI_FG_MIN_NP
225 && sys_priority <= PRI_FG_MAX_NP)
227 if (sys_priority >= PRI_BG_MIN_NP
228 && sys_priority <= PRI_BG_MAX_NP)