Home
last modified time | relevance | path

Searched refs:newpriomax (Results 1 – 1 of 1) sorted by relevance

/nptl/
A Dtpp.c91 int newpriomax = priomax; in libc_hidden_def() local
98 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