HomeSort by relevance Sort by last modified time
    Searched refs:SCHED_FIFO (Results 1 - 17 of 17) sorted by null

  /external/bison/darwin-lib/
sched.h 51 #if !(defined SCHED_FIFO && defined SCHED_RR && defined SCHED_OTHER)
52 # define SCHED_FIFO 1
  /external/bison/lib/
sched.in.h 50 #if !(defined SCHED_FIFO && defined SCHED_RR && defined SCHED_OTHER)
51 # define SCHED_FIFO 1
  /development/ndk/platforms/android-3/include/
sched.h 38 #define SCHED_FIFO 1
  /development/ndk/platforms/android-3/include/linux/
sched.h 37 #define SCHED_FIFO 1
  /development/ndk/platforms/android-L/include/linux/
sched.h 51 #define SCHED_FIFO 1
  /bionic/libc/kernel/uapi/linux/
sched.h 51 #define SCHED_FIFO 1
  /development/ndk/platforms/android-8/include/
sched.h 38 #define SCHED_FIFO 1
  /development/ndk/platforms/android-9/include/
sched.h 38 #define SCHED_FIFO 1
  /external/kernel-headers/original/uapi/linux/
sched.h 37 #define SCHED_FIFO 1
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
sched.h 136 SCHED_FIFO,
  /external/chromium_org/third_party/webrtc/system_wrappers/source/
thread_posix.cc 184 const int policy = SCHED_FIFO;
  /external/bluetooth/bluedroid/gki/ulinux/
gki_ulinux.c 45 #define SCHED_FIFO 1
    [all...]
  /external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
gki_ulinux.c 40 #define SCHED_FIFO 1
    [all...]
  /external/libnfc-nci/src/gki/ulinux/
gki_ulinux.c 39 #define SCHED_FIFO 1
    [all...]
  /external/linux-tools-perf/perf-3.12.0/tools/perf/
builtin-record.c 536 if (sched_setscheduler(0, SCHED_FIFO, &param)) {
872 "collect data with this RT SCHED_FIFO priority"),
builtin-top.c 998 if (sched_setscheduler(0, SCHED_FIFO, &param)) {
1088 "collect data with this RT SCHED_FIFO priority"),
  /external/bison/
configure     [all...]

Completed in 832 milliseconds