Searched refs:iPthreadPolicy (Results 1 - 2 of 2) sorted by relevance
/vbox/src/VBox/Runtime/r3/posix/ |
H A D | sched-posix.cpp | 116 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 D | sched-linux.cpp | 120 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 147 milliseconds