Searched refs:priomax (Results 1 – 4 of 4) sorted by relevance
79 tpp->priomax = fifo_min_prio - 1; in libc_hidden_def()90 int priomax = tpp->priomax; in libc_hidden_def() local91 int newpriomax = priomax; in libc_hidden_def()97 if (new_prio > priomax) in libc_hidden_def()104 && priomax == previous_prio 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()
47 && pd->tpp->priomax > param->sched_priority) in __pthread_setschedparam()50 p.sched_priority = pd->tpp->priomax; in __pthread_setschedparam()
45 if (__builtin_expect (pd->tpp != NULL, 0) && pd->tpp->priomax > prio) in __pthread_setschedprio()46 param.sched_priority = pd->tpp->priomax; in __pthread_setschedprio()
124 int priomax; member
Completed in 5 milliseconds