Home
last modified time | relevance | path

Searched refs:SCHED_DEADLINE (Results 1 - 25 of 30) sorted by relevance

12

/third_party/ltp/include/lapi/
H A Dsched.h30 /* SCHED_DEADLINE (nsec) */
95 #ifndef SCHED_DEADLINE
96 # define SCHED_DEADLINE 6 macro
/third_party/musl/porting/liteos_a/user/src/thread/
H A Dpthread_attr_setschedpolicy.c5 if (policy != SCHED_RR && policy != SCHED_FIFO && policy != SCHED_DEADLINE) { in pthread_attr_setschedpolicy()
/third_party/musl/src/thread/
H A Dpthread_attr_setschedpolicy.c6 if (policy != SCHED_RR && policy != SCHED_FIFO && policy != SCHED_DEADLINE) { in pthread_attr_setschedpolicy()
/third_party/ltp/testcases/kernel/syscalls/sched_get_priority_max/
H A Dsched_get_priority_max01.c31 {POLICY_DESC(SCHED_DEADLINE), 0},
/third_party/ltp/testcases/kernel/syscalls/sched_get_priority_min/
H A Dsched_get_priority_min01.c31 {POLICY_DESC(SCHED_DEADLINE), 0},
/third_party/ltp/testcases/kernel/syscalls/sched_getattr/
H A Dsched_getattr01.c50 attr.sched_policy = SCHED_DEADLINE; in run_deadline()
/third_party/ltp/testcases/kernel/syscalls/sched_setattr/
H A Dsched_setattr01.c52 .sched_policy = SCHED_DEADLINE,
/third_party/musl/porting/liteos_a/user/include/
H A Dsched.h42 #define SCHED_DEADLINE 6 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsched.h34 #define SCHED_DEADLINE 6 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsched.h34 #define SCHED_DEADLINE 6 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dsched.h35 #define SCHED_DEADLINE 6 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dsched.h34 #define SCHED_DEADLINE 6 macro
/third_party/musl/porting/linux/user/include/
H A Dsched.h48 #define SCHED_DEADLINE 6 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dsched.h47 #define SCHED_DEADLINE 6 macro
/third_party/musl/include/
H A Dsched.h59 #define SCHED_DEADLINE 6 macro
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs2725 pub const SCHED_DEADLINE: ::c_int = 6; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1412 pub const SCHED_DEADLINE: u32 = 6; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1415 pub const SCHED_DEADLINE: u32 = 6; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1407 pub const SCHED_DEADLINE: u32 = 6; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1425 pub const SCHED_DEADLINE: u32 = 6; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1420 pub const SCHED_DEADLINE: u32 = 6; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs1417 pub const SCHED_DEADLINE: u32 = 6; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs1412 pub const SCHED_DEADLINE: u32 = 6; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs1401 pub const SCHED_DEADLINE: u32 = 6; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs1625 pub const SCHED_DEADLINE: u32 = 6; consts

Completed in 130 milliseconds

12