pthread_setschedparam   68 base/threading/platform_thread_freebsd.cc     if (pthread_setschedparam(pthread_self(), SCHED_RR, &kRealTimePrio) == 0) {
pthread_setschedparam   77 base/threading/platform_thread_linux.cc     if (pthread_setschedparam(pthread_self(), SCHED_RR, &kRealTimePrio) == 0) {
pthread_setschedparam 1108 native_client_sdk/src/libraries/third_party/pthreads-win32/pthread.h PTW32_DLLPORT int PTW32_CDECL pthread_setschedparam (pthread_t thread,