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

/vbox/src/VBox/Runtime/r3/linux/
H A Dsched-linux.cpp118 struct sched_param PthreadSchedParam; member in struct:__anon16694
289 int rc = pthread_getschedparam(pthread_self(), &pSave->iPthreadPolicy, &pSave->PthreadSchedParam);
303 pthread_setschedparam(pthread_self(), pSave->iPthreadPolicy, &pSave->PthreadSchedParam);
/vbox/src/VBox/Runtime/r3/posix/
H A Dsched-posix.cpp114 struct sched_param PthreadSchedParam; member in struct:__anon16706
351 int rc = pthread_getschedparam(pthread_self(), &pSave->iPthreadPolicy, &pSave->PthreadSchedParam);
365 pthread_setschedparam(pthread_self(), pSave->iPthreadPolicy, &pSave->PthreadSchedParam);
462 struct sched_param SchedParam = SavedPriority.PthreadSchedParam;
593 struct sched_param SchedParam = SavedPriority.PthreadSchedParam;

Completed in 1321 milliseconds