Home
last modified time | relevance | path

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

/nptl/
A Dtpp.c79 tpp->priomax = fifo_min_prio - 1; in libc_hidden_def()
90 int priomax = tpp->priomax; in libc_hidden_def() local
91 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()
A Dpthread_setschedparam.c47 && pd->tpp->priomax > param->sched_priority) in __pthread_setschedparam()
50 p.sched_priority = pd->tpp->priomax; in __pthread_setschedparam()
A Dpthread_setschedprio.c45 if (__builtin_expect (pd->tpp != NULL, 0) && pd->tpp->priomax > prio) in __pthread_setschedprio()
46 param.sched_priority = pd->tpp->priomax; in __pthread_setschedprio()
A Ddescr.h124 int priomax; member

Completed in 5 milliseconds