Searched refs:inherited_priority (Results 1 - 4 of 4) sorted by relevance

/fuchsia/zircon/kernel/kernel/
H A Dmutex.cpp140 if (unlikely(ct->inherited_priority >= 0) && ct->mutexes_held == 0) {
203 if (ct->inherited_priority >= 0 && ct->mutexes_held == 0) {
H A Dsched.cpp61 if (t->inherited_priority > ep) {
62 ep = t->inherited_priority;
288 t->inherited_priority = -1;
672 if (pri >= 0 && pri <= t->inherited_priority) {
677 t->inherited_priority = pri;
H A Dthread.cpp1190 t->priority_boost, t->inherited_priority, t->remaining_time_slice);
1213 t->priority_boost, t->inherited_priority, t->user_pid,
/fuchsia/zircon/kernel/include/kernel/
H A Dthread.h101 // inherited_priority is temporarily set to >0 when inheriting a priority from another
103 // effective_priority is MAX(base_priority + priority boost, inherited_priority) and is
108 int inherited_priority; member in struct:thread

Completed in 82 milliseconds