Home
last modified time | relevance | path

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

/external/libchrome/base/threading/
Dplatform_thread_linux.cc89 const struct sched_param kRealTimePrio = {8}; variable
104 pthread_setschedparam(pthread_self(), SCHED_RR, &kRealTimePrio) == 0; in SetCurrentThreadPriorityForPlatform()
117 maybe_realtime_prio.sched_priority == kRealTimePrio.sched_priority) { in GetCurrentThreadPriorityForPlatform()