Home
last modified time | relevance | path

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

/external/chromium_org/base/threading/
Dplatform_thread_freebsd.cc67 const struct sched_param kRealTimePrio = { 8 }; in SetThreadPriority() local
68 if (pthread_setschedparam(pthread_self(), SCHED_RR, &kRealTimePrio) == 0) { in SetThreadPriority()
Dplatform_thread_linux.cc78 const struct sched_param kRealTimePrio = {8}; in SetThreadPriority() local
79 if (pthread_setschedparam(pthread_self(), SCHED_RR, &kRealTimePrio) == 0) { in SetThreadPriority()