Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/
A Dtpp.c56 tpp->priomax = __sched_fifo_min_prio - 1; in __pthread_tpp_change_priority()
67 int priomax = tpp->priomax; in __pthread_tpp_change_priority() local
68 int newpriomax = priomax; in __pthread_tpp_change_priority()
74 if (new_prio > priomax) in __pthread_tpp_change_priority()
81 && priomax == previous_prio in __pthread_tpp_change_priority()
92 if (priomax == newpriomax) in __pthread_tpp_change_priority()
97 tpp->priomax = newpriomax; in __pthread_tpp_change_priority()
121 if (sp.sched_priority < newpriomax || sp.sched_priority < priomax) in __pthread_tpp_change_priority()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A Dpthread_setschedprio.c47 if (__builtin_expect (pd->tpp != NULL, 0) && pd->tpp->priomax > prio) in pthread_setschedprio()
48 param.sched_priority = pd->tpp->priomax; in pthread_setschedprio()
A Dpthread_setschedparam.c50 && pd->tpp->priomax > param->sched_priority) in __pthread_setschedparam()
53 p.sched_priority = pd->tpp->priomax; in __pthread_setschedparam()
A Ddescr.h117 int priomax; member

Completed in 4 milliseconds