/third_party/ltp/testcases/kernel/syscalls/sched_setscheduler/ |
D | sched_setscheduler03.c | 48 .policy = SCHED_BATCH,
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/ |
D | sched.h | 32 #define SCHED_BATCH 3 macro
|
/third_party/musl/porting/liteos_a/user/include/ |
D | sched.h | 40 #define SCHED_BATCH 3 macro
|
/third_party/musl/porting/liteos_m/kernel/include/ |
D | sched.h | 32 #define SCHED_BATCH 3 macro
|
/third_party/musl/ndk_musl_include/ |
D | sched.h | 46 #define SCHED_BATCH 3 macro
|
/third_party/musl/porting/uniproton/kernel/include/ |
D | sched.h | 32 #define SCHED_BATCH 3 macro
|
/third_party/musl/porting/linux/user/include/ |
D | sched.h | 46 #define SCHED_BATCH 3 macro
|
/third_party/musl/include/ |
D | sched.h | 45 #define SCHED_BATCH 3 macro
|
/third_party/musl/porting/liteos_a/kernel/include/ |
D | sched.h | 33 #define SCHED_BATCH 3 macro
|
/third_party/musl/porting/liteos_m/user/include/ |
D | sched.h | 45 #define SCHED_BATCH 3 macro
|
/third_party/mesa3d/src/util/ |
D | u_queue.c | 346 #if defined(__linux__) && defined(SCHED_BATCH) in util_queue_create_thread() 356 pthread_setschedparam(queue->threads[index], SCHED_BATCH, &sched_param); in util_queue_create_thread()
|
/third_party/rust/crates/libc/libc-test/semver/ |
D | fuchsia.txt | 819 SCHED_BATCH
|
D | linux.txt | 2115 SCHED_BATCH
|
D | android.txt | 2029 SCHED_BATCH
|
/third_party/rust/crates/libc/src/unix/linux_like/emscripten/ |
D | mod.rs | 925 pub const SCHED_BATCH: ::c_int = 3; constant
|
/third_party/rust/crates/libc/src/unix/linux_like/android/ |
D | mod.rs | 2723 pub const SCHED_BATCH: ::c_int = 3; constant
|
/third_party/python/Modules/ |
D | posixmodule.c | 15286 #ifdef SCHED_BATCH in all_ins() 15287 if (PyModule_AddIntMacro(m, SCHED_BATCH)) return -1; in all_ins()
|
/third_party/rust/crates/libc/src/unix/linux_like/linux/ |
D | mod.rs | 1795 pub const SCHED_BATCH: ::c_int = 3; constant
|
/third_party/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 2344 pub const SCHED_BATCH: ::c_int = 3; constant
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
D | general.rs | 1413 pub const SCHED_BATCH: u32 = 3; constant
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
D | general.rs | 1410 pub const SCHED_BATCH: u32 = 3; constant
|
/third_party/rust/crates/linux-raw-sys/src/mips64/ |
D | general.rs | 1418 pub const SCHED_BATCH: u32 = 3; constant
|
/third_party/rust/crates/linux-raw-sys/src/sparc/ |
D | general.rs | 1623 pub const SCHED_BATCH: u32 = 3; constant
|
/third_party/rust/crates/linux-raw-sys/src/x32/ |
D | general.rs | 1409 pub const SCHED_BATCH: u32 = 3; constant
|
/third_party/rust/crates/linux-raw-sys/src/s390x/ |
D | general.rs | 1408 pub const SCHED_BATCH: u32 = 3; constant
|