Searched refs:SCHED_RR (Results 1 - 16 of 16) sorted by relevance
/external/strace/xlat/ |
H A D | schedulers.h | 7 #if defined(SCHED_RR) || (defined(HAVE_DECL_SCHED_RR) && HAVE_DECL_SCHED_RR) 8 XLAT(SCHED_RR),
|
/external/bison/darwin-lib/ |
H A D | sched.h | 51 #if !(defined SCHED_FIFO && defined SCHED_RR && defined SCHED_OTHER) 53 # define SCHED_RR 2 macro
|
/external/bison/lib/ |
H A D | sched.in.h | 50 #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 D | sched.h | 137 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 D | sched.h | 38 #define SCHED_RR 2 macro
|
/external/chromium_org/base/threading/ |
H A D | platform_thread_freebsd.cc | 68 if (pthread_setschedparam(pthread_self(), SCHED_RR, &kRealTimePrio) == 0) {
|
H A D | platform_thread_linux.cc | 79 if (pthread_setschedparam(pthread_self(), SCHED_RR, &kRealTimePrio) == 0) {
|
/external/chromium_org/third_party/webrtc/system_wrappers/source/ |
H A D | thread_posix.cc | 182 const int policy = SCHED_RR;
|
/external/webrtc/src/system_wrappers/source/ |
H A D | thread_posix.cc | 177 const int policy = SCHED_RR;
|
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/ |
H A D | gki_ulinux.c | 41 #define SCHED_RR 2 macro 288 policy = SCHED_RR;
|
/external/libnfc-nci/src/gki/ulinux/ |
H A D | gki_ulinux.c | 40 #define SCHED_RR 2 macro 285 policy = SCHED_RR;
|
/external/chromium_org/third_party/libjingle/source/talk/base/ |
H A D | thread.cc | 263 if (pthread_attr_setschedpolicy(&attr, SCHED_RR) != 0) {
|
/external/chromium_org/third_party/webrtc/base/ |
H A D | thread.cc | 246 if (pthread_attr_setschedpolicy(&attr, SCHED_RR) != 0) {
|
/external/bluetooth/bluedroid/gki/ulinux/ |
H A D | gki_ulinux.c | 45 #define SCHED_RR 2 macro
|
/external/qemu/distrib/sdl-1.2.15/src/video/quartz/ |
H A D | SDL_QuartzVideo.m | 1318 policy = SCHED_RR;
|
/external/bison/ |
H A D | configure | 27462 int b[] = { SCHED_FIFO, SCHED_RR, SCHED_OTHER };
|
Completed in 1511 milliseconds