Searched refs:priomap (Results 1 – 2 of 2) sorted by relevance
52 * sizeof (tpp->priomap[0]); 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()80 if (--tpp->priomap[previous_prio - __sched_fifo_min_prio] == 0 in __pthread_tpp_change_priority()86 if (tpp->priomap[i - __sched_fifo_min_prio]) in __pthread_tpp_change_priority()
118 unsigned int priomap[]; member
Completed in 7 milliseconds