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

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

Completed in 226 milliseconds