Home
last modified time | relevance | path

Searched defs:SCHED_RR (Results 1 - 25 of 35) sorted by relevance

12

/third_party/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_setschedparam/
H A D4-1.c129 check_param(pthread_self(), SCHED_RR, sp.sched_priority); in threaded() local
140 check_param(pthread_self(), SCHED_RR, sp.sched_priority - 1); in threaded() local
H A D1-2.c122 check_param(pthread_self(), SCHED_RR, sched_get_priority_min(SCHED_RR)); in controler() local
/third_party/musl/porting/liteos_a/kernel/include/
H A Dsched.h32 #define SCHED_RR 2 macro
/third_party/musl/porting/liteos_a/user/include/
H A Dsched.h39 #define SCHED_RR 2 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsched.h31 #define SCHED_RR 2 macro
/third_party/musl/porting/linux/user/include/
H A Dsched.h45 #define SCHED_RR 2 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsched.h31 #define SCHED_RR 2 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dsched.h44 #define SCHED_RR 2 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dsched.h31 #define SCHED_RR 2 macro
/third_party/musl/include/
H A Dsched.h56 #define SCHED_RR 2 macro
/third_party/rust/crates/libc/src/unix/newlib/horizon/
H A Dmod.rs172 pub const SCHED_RR: ::c_int = 2; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/openbsd/
H A Dmod.rs1267 pub const SCHED_RR: ::c_int = 3; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs1920 pub const SCHED_RR: ::c_int = 2; consts
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/
H A Dmod.rs924 pub const SCHED_RR: ::c_int = 2; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/
H A Dmod.rs1202 pub const SCHED_RR: ::c_int = 3; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1354 pub const SCHED_RR: ::c_int = 2; consts
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs2722 pub const SCHED_RR: ::c_int = 2; consts
/third_party/rust/crates/libc/src/fuchsia/
H A Dmod.rs2343 pub const SCHED_RR: ::c_int = 2; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1794 pub const SCHED_RR: ::c_int = 2; consts
/third_party/rust/crates/libc/src/unix/solarish/
H A Dmod.rs2500 pub const SCHED_RR: ::c_int = 2; consts
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1409 pub const SCHED_RR: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1422 pub const SCHED_RR: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1412 pub const SCHED_RR: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1404 pub const SCHED_RR: u32 = 2; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1417 pub const SCHED_RR: u32 = 2; consts

Completed in 129 milliseconds

12