Searched defs:g_fScrewedUpMaxPriorityLimitInheritance (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Runtime/r3/linux/
H A Dsched-linux.cpp252 static bool g_fScrewedUpMaxPriorityLimitInheritance = true; variable
339 Log(("Priority: g_fCanRaisePriority=%RTbool g_fCanRestorePriority=%RTbool g_fScrewedUpMaxPriorityLimitInheritance=%RTbool\n",
340 g_fCanRaisePriority, g_fCanRestorePriority, g_fScrewedUpMaxPriorityLimitInheritance));
432 g_fScrewedUpMaxPriorityLimitInheritance = true;
438 g_fScrewedUpMaxPriorityLimitInheritance = false;
478 if (g_fCanRaisePriority && g_fCanRestorePriority && !g_fScrewedUpMaxPriorityLimitInheritance)
480 else if (!g_fCanRaisePriority && g_fCanRestorePriority && !g_fScrewedUpMaxPriorityLimitInheritance)

Completed in 43 milliseconds