/third_party/ltp/testcases/kernel/syscalls/sched_setscheduler/ |
D | sched_setscheduler03.c | 51 #ifdef SCHED_IDLE 54 .policy = SCHED_IDLE,
|
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/ |
D | Threading.inc | 233 #if defined(__linux__) && defined(SCHED_IDLE) 234 // Some *really* old glibcs are missing SCHED_IDLE. 240 // SCHED_IDLE for running very low priority background jobs. 244 Priority == ThreadPriority::Background ? SCHED_IDLE : SCHED_OTHER,
|
/third_party/ltp/testcases/kernel/syscalls/sched_get_priority_max/ |
D | sched_get_priority_max01.c | 33 {POLICY_DESC(SCHED_IDLE), 0},
|
/third_party/ltp/testcases/kernel/syscalls/sched_get_priority_min/ |
D | sched_get_priority_min01.c | 33 {POLICY_DESC(SCHED_IDLE), 0},
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | sched.h | 33 #define SCHED_IDLE 5 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | sched.h | 33 #define SCHED_IDLE 5 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | sched.h | 33 #define SCHED_IDLE 5 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | sched.h | 34 #define SCHED_IDLE 5 macro
|
/third_party/musl/porting/linux/user/include/ |
D | sched.h | 47 #define SCHED_IDLE 5 macro
|
/third_party/musl/porting/liteos_a/user/include/ |
D | sched.h | 41 #define SCHED_IDLE 5 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | sched.h | 46 #define SCHED_IDLE 5 macro
|
/third_party/musl/include/ |
D | sched.h | 58 #define SCHED_IDLE 5 macro
|
/third_party/alsa-utils/alsactl/ |
D | alsactl.c | 220 if (sched_setscheduler(0, SCHED_IDLE, &sched_param) < 0) in do_nice()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 821 SCHED_IDLE
|
D | linux.txt | 2117 SCHED_IDLE
|
D | android.txt | 2032 SCHED_IDLE
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 926 pub const SCHED_IDLE: ::c_int = 5; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 2724 pub const SCHED_IDLE: ::c_int = 5; constant
|
/third_party/python/Modules/ |
D | posixmodule.c | 15289 #ifdef SCHED_IDLE in all_ins() 15290 if (PyModule_AddIntMacro(m, SCHED_IDLE)) return -1; in all_ins()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 1796 pub const SCHED_IDLE: ::c_int = 5; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 2345 pub const SCHED_IDLE: ::c_int = 5; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 1411 pub const SCHED_IDLE: u32 = 5; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 1414 pub const SCHED_IDLE: u32 = 5; constant
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 1409 pub const SCHED_IDLE: u32 = 5; constant
|
/third_party/rust/crates/linux-raw-sys/src/x86/ |
D | general.rs | 1403 pub const SCHED_IDLE: u32 = 5; constant
|