SCHED_RR 68 base/threading/platform_thread_freebsd.cc if (pthread_setschedparam(pthread_self(), SCHED_RR, &kRealTimePrio) == 0) { SCHED_RR 77 base/threading/platform_thread_linux.cc if (pthread_setschedparam(pthread_self(), SCHED_RR, &kRealTimePrio) == 0) { SCHED_RR 139 native_client_sdk/src/libraries/third_party/pthreads-win32/sched.h SCHED_MAX = SCHED_RR