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

/vbox/src/VBox/Runtime/r3/os2/
H A Dsched-os2.cpp70 } PROCPRIORITY; typedef in typeref:struct:__anon16700
82 static const PROCPRIORITY g_aPriorities[] =
161 static PROCPRIORITY g_aDefaultPriority =
182 static const PROCPRIORITY *g_pProcessPriority = &g_aDefaultPriority;
/vbox/src/VBox/Runtime/r3/darwin/
H A Dsched-darwin.cpp76 } PROCPRIORITY; typedef in typeref:struct:__anon16688
98 static const PROCPRIORITY g_aPriorities[] =
181 static PROCPRIORITY g_aDefaultPriority =
202 static const PROCPRIORITY *g_pProcessPriority = &g_aDefaultPriority;
263 const PROCPRIORITY *pProcessPriority = &g_aDefaultPriority;
/vbox/src/VBox/Runtime/r3/linux/
H A Dsched-linux.cpp102 } PROCPRIORITY; typedef in typeref:struct:__anon16693
191 static const PROCPRIORITY g_aUnixConfigs[] =
230 static PROCPRIORITY g_aDefaultPriority =
236 static const PROCPRIORITY *g_pProcessPriority = &g_aDefaultPriority;
501 const PROCPRIORITY *pCfg = (const PROCPRIORITY *)pvUser;
/vbox/src/VBox/Runtime/r3/posix/
H A Dsched-posix.cpp99 } PROCPRIORITY; typedef in typeref:struct:__anon16705
164 static const PROCPRIORITY g_aProcessAndThread[] =
250 static const PROCPRIORITY g_aUnixConfigs[] =
289 static PROCPRIORITY g_aDefaultPriority =
295 static const PROCPRIORITY *g_pProcessPriority = &g_aDefaultPriority;
574 const PROCPRIORITY *pCfg = (const PROCPRIORITY *)pvUser;
658 const PROCPRIORITY *pa;
/vbox/src/VBox/Runtime/r3/win/
H A Dsched-win.cpp69 } PROCPRIORITY; typedef in typeref:struct:__anon16714
81 static const PROCPRIORITY g_aPriorities[] =
228 static PROCPRIORITY g_aDefaultPriority =
249 static const PROCPRIORITY *g_pProcessPriority = &g_aDefaultPriority;

Completed in 61 milliseconds