Searched refs:sched_priority (Results 1 – 2 of 2) sorted by relevance
171 int sched_priority = GetPriority(priority); variable173 MW_BOOL result = ::SetThreadPriority(thread, sched_priority);239 int sched_priority = GetPriority(priority); variable241 MW_BOOL result = ::SetThreadPriority( ::GetCurrentThread(), sched_priority );
260 params.sched_priority = GetPriority(priority);332 int sched_priority = GetPriority(priority);333 int err = pthread_setschedprio(callThread, sched_priority);