Searched refs:newpriomax (Results 1 – 1 of 1) sorted by relevance
91 int newpriomax = priomax; in libc_hidden_def() local98 newpriomax = new_prio; in libc_hidden_def()111 newpriomax = i; in libc_hidden_def()115 if (priomax == newpriomax) in libc_hidden_def()121 tpp->priomax = newpriomax; in libc_hidden_def()145 if (sp.sched_priority < newpriomax || sp.sched_priority < priomax) in libc_hidden_def()147 if (sp.sched_priority < newpriomax) in libc_hidden_def()148 sp.sched_priority = newpriomax; in libc_hidden_def()
Completed in 2 milliseconds