Home
last modified time | relevance | path

Searched refs:SCHED_IDLE (Results 1 – 25 of 37) sorted by relevance

12

/third_party/ltp/testcases/kernel/syscalls/sched_setscheduler/
Dsched_setscheduler03.c51 #ifdef SCHED_IDLE
54 .policy = SCHED_IDLE,
/third_party/skia/third_party/externals/swiftshader/third_party/llvm-10.0/llvm/lib/Support/Unix/
DThreading.inc233 #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/
Dsched_get_priority_max01.c33 {POLICY_DESC(SCHED_IDLE), 0},
/third_party/ltp/testcases/kernel/syscalls/sched_get_priority_min/
Dsched_get_priority_min01.c33 {POLICY_DESC(SCHED_IDLE), 0},
/third_party/musl/porting/uniproton/kernel/include/
Dsched.h33 #define SCHED_IDLE 5 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dsched.h33 #define SCHED_IDLE 5 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsched.h33 #define SCHED_IDLE 5 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dsched.h34 #define SCHED_IDLE 5 macro
/third_party/musl/porting/linux/user/include/
Dsched.h47 #define SCHED_IDLE 5 macro
/third_party/musl/porting/liteos_a/user/include/
Dsched.h41 #define SCHED_IDLE 5 macro
/third_party/musl/porting/liteos_m/user/include/
Dsched.h46 #define SCHED_IDLE 5 macro
/third_party/musl/include/
Dsched.h58 #define SCHED_IDLE 5 macro
/third_party/alsa-utils/alsactl/
Dalsactl.c220 if (sched_setscheduler(0, SCHED_IDLE, &sched_param) < 0) in do_nice()
/third_party/rust/crates/libc/libc-test/semver/
Dfuchsia.txt821 SCHED_IDLE
Dlinux.txt2117 SCHED_IDLE
Dandroid.txt2032 SCHED_IDLE
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
Dmod.rs926 pub const SCHED_IDLE: ::c_int = 5; constant
/third_party/rust/crates/libc/src/unix/linux_like/android/
Dmod.rs2724 pub const SCHED_IDLE: ::c_int = 5; constant
/third_party/python/Modules/
Dposixmodule.c15289 #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/
Dmod.rs1796 pub const SCHED_IDLE: ::c_int = 5; constant
/third_party/rust/crates/libc/src/fuchsia/
Dmod.rs2345 pub const SCHED_IDLE: ::c_int = 5; constant
/third_party/rust/crates/linux-raw-sys/src/aarch64/
Dgeneral.rs1411 pub const SCHED_IDLE: u32 = 5; constant
/third_party/rust/crates/linux-raw-sys/src/riscv64/
Dgeneral.rs1414 pub const SCHED_IDLE: u32 = 5; constant
/third_party/rust/crates/linux-raw-sys/src/s390x/
Dgeneral.rs1409 pub const SCHED_IDLE: u32 = 5; constant
/third_party/rust/crates/linux-raw-sys/src/x86/
Dgeneral.rs1403 pub const SCHED_IDLE: u32 = 5; constant

12