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

/external/strace/xlat/
H A Dschedulers.h7 #if defined(SCHED_RR) || (defined(HAVE_DECL_SCHED_RR) && HAVE_DECL_SCHED_RR)
8 XLAT(SCHED_RR),
/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:__anon8355
139 SCHED_MAX = SCHED_RR
169 * SCHED_RR is passed to it.
/external/kernel-headers/original/uapi/linux/
H A Dsched.h38 #define SCHED_RR 2 macro
/external/chromium_org/base/threading/
H A Dplatform_thread_freebsd.cc68 if (pthread_setschedparam(pthread_self(), SCHED_RR, &kRealTimePrio) == 0) {
H A Dplatform_thread_linux.cc79 if (pthread_setschedparam(pthread_self(), SCHED_RR, &kRealTimePrio) == 0) {
/external/chromium_org/third_party/webrtc/system_wrappers/source/
H A Dthread_posix.cc182 const int policy = SCHED_RR;
/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
288 policy = SCHED_RR;
/external/libnfc-nci/src/gki/ulinux/
H A Dgki_ulinux.c40 #define SCHED_RR 2 macro
285 policy = SCHED_RR;
/external/chromium_org/third_party/libjingle/source/talk/base/
H A Dthread.cc263 if (pthread_attr_setschedpolicy(&attr, SCHED_RR) != 0) {
/external/chromium_org/third_party/webrtc/base/
H A Dthread.cc246 if (pthread_attr_setschedpolicy(&attr, SCHED_RR) != 0) {
/external/bluetooth/bluedroid/gki/ulinux/
H A Dgki_ulinux.c45 #define SCHED_RR 2 macro
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/
H A DSDL_QuartzVideo.m1318 policy = SCHED_RR;
/external/bison/
H A Dconfigure27462 int b[] = { SCHED_FIFO, SCHED_RR, SCHED_OTHER };

Completed in 1511 milliseconds