Home
last modified time | relevance | path

Searched refs:sched_priority (Results 1 – 2 of 2) sorted by relevance

/TaskScheduler/Scheduler/Include/Platform/Windows/
H A DMTThread.h171 int sched_priority = GetPriority(priority); variable
173 MW_BOOL result = ::SetThreadPriority(thread, sched_priority);
239 int sched_priority = GetPriority(priority); variable
241 MW_BOOL result = ::SetThreadPriority( ::GetCurrentThread(), sched_priority );
/TaskScheduler/Scheduler/Include/Platform/Posix/
H A DMTThread.h260 params.sched_priority = GetPriority(priority);
332 int sched_priority = GetPriority(priority);
333 int err = pthread_setschedprio(callThread, sched_priority);