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

/vbox/src/VBox/Runtime/r3/darwin/
H A Dsched-darwin.cpp236 int offBest = RT_ABS(g_pProcessPriority->aTypes[enmType].iBasePriority - iBasePriority); local
237 if (offBest)
242 if (off < offBest)
247 offBest = off;

Completed in 57 milliseconds