Searched refs:kRealTimePrio (Results 1 – 1 of 1) sorted by relevance
31 const struct sched_param kRealTimePrio = {8}; variable45 pthread_setschedparam(pthread_self(), SCHED_RR, &kRealTimePrio) == 0; in SetCurrentThreadPriorityForPlatform()58 maybe_realtime_prio.sched_priority == kRealTimePrio.sched_priority) { in GetCurrentThreadPriorityForPlatform()