Home
last modified time | relevance | path

Searched refs:SCHED_OTHER (Results 1 – 9 of 9) sorted by relevance

/external/bison/darwin-lib/
Dsched.h51 #if !(defined SCHED_FIFO && defined SCHED_RR && defined SCHED_OTHER)
54 # define SCHED_OTHER 0 macro
/external/bison/lib/
Dsched.in.h50 #if !(defined SCHED_FIFO && defined SCHED_RR && defined SCHED_OTHER)
53 # define SCHED_OTHER 0 macro
/external/strace/xlat/
Dschedulers.h11 #if defined(SCHED_OTHER) || (defined(HAVE_DECL_SCHED_OTHER) && HAVE_DECL_SCHED_OTHER)
12 XLAT(SCHED_OTHER),
Dschedulers.in1 SCHED_OTHER
/external/libchrome/base/threading/
Dplatform_thread_linux.cc52 pthread_setschedparam(pthread_self(), SCHED_OTHER, &kResetPrio); in SetCurrentThreadPriorityForPlatform()
/external/bison/m4/
Dsched_h.m415 int b[] = { SCHED_FIFO, SCHED_RR, SCHED_OTHER };
/external/autotest/client/tests/signaltest/src/
Dsignaltest.c99 int policy = par->prio ? SCHED_FIFO : SCHED_OTHER; in signalthread()
197 sched_setscheduler(0, SCHED_OTHER, &schedp); in signalthread()
/external/autotest/client/tests/cyclictest/src/
Dcyclictest.c208 int policy = par->prio ? SCHED_FIFO : SCHED_OTHER; in timerthread()
358 sched_setscheduler(0, SCHED_OTHER, &schedp); in timerthread()
/external/bison/
Dconfigure27462 int b[] = { SCHED_FIFO, SCHED_RR, SCHED_OTHER };