Searched refs:kRealTimePrio (Results 1 – 2 of 2) sorted by relevance
67 const struct sched_param kRealTimePrio = { 8 }; in SetThreadPriority() local68 if (pthread_setschedparam(pthread_self(), SCHED_RR, &kRealTimePrio) == 0) { in SetThreadPriority()
78 const struct sched_param kRealTimePrio = {8}; in SetThreadPriority() local79 if (pthread_setschedparam(pthread_self(), SCHED_RR, &kRealTimePrio) == 0) { in SetThreadPriority()