Home
last modified time | relevance | path

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

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/sysdeps/pthread/
A Dtpp.c40 __pthread_tpp_change_priority (int previous_prio, int new_prio) in __pthread_tpp_change_priority() argument
60 assert (new_prio == -1 in __pthread_tpp_change_priority()
61 || (new_prio >= __sched_fifo_min_prio in __pthread_tpp_change_priority()
62 && new_prio <= __sched_fifo_max_prio)); in __pthread_tpp_change_priority()
69 if (new_prio != -1) in __pthread_tpp_change_priority()
71 if (tpp->priomap[new_prio - __sched_fifo_min_prio] + 1 == 0) in __pthread_tpp_change_priority()
73 ++tpp->priomap[new_prio - __sched_fifo_min_prio]; in __pthread_tpp_change_priority()
74 if (new_prio > priomax) in __pthread_tpp_change_priority()
75 newpriomax = new_prio; in __pthread_tpp_change_priority()
82 && previous_prio > new_prio) in __pthread_tpp_change_priority()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl/
A DpthreadP.h198 extern int __pthread_tpp_change_priority (int prev_prio, int new_prio)

Completed in 3 milliseconds