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

/vbox/src/VBox/Runtime/r3/posix/
H A Dsched-posix.cpp116 int iPthreadPolicy; member in struct:__anon16706
351 int rc = pthread_getschedparam(pthread_self(), &pSave->iPthreadPolicy, &pSave->PthreadSchedParam);
365 pthread_setschedparam(pthread_self(), pSave->iPthreadPolicy, &pSave->PthreadSchedParam);
454 int iMax = sched_get_priority_max(SavedPriority.iPthreadPolicy);
455 int iMin = sched_get_priority_min(SavedPriority.iPthreadPolicy);
464 if (pthread_setschedparam(Self, SavedPriority.iPthreadPolicy, &SchedParam))
596 rc = pthread_setschedparam(Self, SavedPriority.iPthreadPolicy, &SchedParam);
/vbox/src/VBox/Runtime/r3/linux/
H A Dsched-linux.cpp120 int iPthreadPolicy; member in struct:__anon16694
289 int rc = pthread_getschedparam(pthread_self(), &pSave->iPthreadPolicy, &pSave->PthreadSchedParam);
303 pthread_setschedparam(pthread_self(), pSave->iPthreadPolicy, &pSave->PthreadSchedParam);

Completed in 4348 milliseconds