Searched refs:SCHED_RR (Results 1 - 14 of 14) sorted by relevance

/external/bison/darwin-lib/
H A Dsched.h51 #if !(defined SCHED_FIFO && defined SCHED_RR && defined SCHED_OTHER)
53 # define SCHED_RR 2 macro
/external/bison/lib/
H A Dsched.in.h50 #if !(defined SCHED_FIFO && defined SCHED_RR && defined SCHED_OTHER)
52 # define SCHED_RR 2 macro
/external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
H A Dsched.h137 SCHED_RR, enumerator in enum:__anon8494
139 SCHED_MAX = SCHED_RR
169 * SCHED_RR is passed to it.
/external/chromium_org/base/threading/
H A Dplatform_thread_linux.cc86 if (pthread_setschedparam(pthread_self(), SCHED_RR, &sched_param) == 0) {
/external/webrtc/src/system_wrappers/source/
H A Dthread_posix.cc177 const int policy = SCHED_RR;
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
H A Dgki_ulinux.c41 #define SCHED_RR 2 macro
287 policy = SCHED_RR;
/external/libnfc-nci/src/gki/ulinux/
H A Dgki_ulinux.c40 #define SCHED_RR 2 macro
284 policy = SCHED_RR;
/external/chromium/third_party/libjingle/source/talk/base/
H A Dthread.cc265 if (pthread_attr_setschedpolicy(&attr, SCHED_RR) != 0) {
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dthread.cc263 if (pthread_attr_setschedpolicy(&attr, SCHED_RR) != 0) {
/external/bluetooth/bluedroid/gki/ulinux/
H A Dgki_ulinux.c64 #define SCHED_RR 2 macro
/external/kernel-headers/original/linux/
H A Dsched.h33 #define SCHED_RR 2 macro
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
H A DSDL_QuartzVideo.m1318 policy = SCHED_RR;
/external/strace/
H A Dprocess.c3622 { SCHED_RR, "SCHED_RR" },
/external/bison/
H A Dconfigure27462 int b[] = { SCHED_FIFO, SCHED_RR, SCHED_OTHER };

Completed in 428 milliseconds