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

/vbox/src/VBox/Runtime/r3/linux/
H A Dsched-linux.cpp255 static int g_iMaxPriority = 0; variable
341 Log(("Priority: g_iMaxPriority=%d g_iMinPriority=%d\n", g_iMaxPriority, g_iMinPriority));
407 g_iMaxPriority = getpriority(PRIO_PROCESS, 0);
408 g_fCanRaisePriority = g_iMaxPriority < iStart;
424 if (g_iMinPriority == g_iMaxPriority)

Completed in 43 milliseconds