Home
last modified time | relevance | path

Searched refs:SCHED_FIFO (Results 1 – 15 of 15) sorted by relevance

/external/bison/darwin-lib/
Dsched.h51 #if !(defined SCHED_FIFO && defined SCHED_RR && defined SCHED_OTHER)
52 # define SCHED_FIFO 1 macro
/external/bison/lib/
Dsched.in.h50 #if !(defined SCHED_FIFO && defined SCHED_RR && defined SCHED_OTHER)
51 # define SCHED_FIFO 1 macro
/external/strace/xlat/
Dschedulers.h7 #if defined(SCHED_FIFO) || (defined(HAVE_DECL_SCHED_FIFO) && HAVE_DECL_SCHED_FIFO)
8 XLAT(SCHED_FIFO),
Dschedulers.in2 SCHED_FIFO
/external/kernel-headers/original/uapi/linux/
Dsched.h37 #define SCHED_FIFO 1 macro
/external/bison/m4/
Dsched_h.m415 int b[] = { SCHED_FIFO, SCHED_RR, SCHED_OTHER };
/external/sepolicy/
Dlmkd.te31 # Set self to SCHED_FIFO
/external/webrtc/src/system_wrappers/source/
Dthread_posix.cc179 const int policy = SCHED_FIFO; in Start()
/external/linux-tools-perf/src/tools/perf/Documentation/
Dperf-top.txt87 Collect data with this RT SCHED_FIFO priority.
Dperf-record.txt67 Collect data with this RT SCHED_FIFO priority.
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
Dgki_ulinux.c41 #define SCHED_FIFO 1 macro
/external/libnfc-nci/src/gki/ulinux/
Dgki_ulinux.c40 #define SCHED_FIFO 1 macro
/external/linux-tools-perf/src/tools/perf/
Dbuiltin-record.c535 if (sched_setscheduler(0, SCHED_FIFO, &param)) { in __cmd_record()
Dbuiltin-top.c997 if (sched_setscheduler(0, SCHED_FIFO, &param)) { in __cmd_top()
/external/bison/
Dconfigure27462 int b[] = { SCHED_FIFO, SCHED_RR, SCHED_OTHER };