Home
last modified time | relevance | path

Searched refs:SCHED_RESET_ON_FORK (Results 1 - 25 of 29) sorted by relevance

12

/third_party/toybox/toys/other/
H A Dchrt.c18 -R Set SCHED_RESET_ON_FORK
74 if (pol & SCHED_RESET_ON_FORK) R = "|SCHED_RESET_ON_FORK"; in chrt_main()
75 if ((pol &= ~SCHED_RESET_ON_FORK)<ARRAY_LEN(polnames)) s = polnames[pol]; in chrt_main()
92 if (toys.optflags&FLAG_R) pol |= SCHED_RESET_ON_FORK; in chrt_main()
/third_party/pulseaudio/src/pulse/
H A Dutil.c82 #if defined(__linux__) && !defined(SCHED_RESET_ON_FORK)
83 #define SCHED_RESET_ON_FORK 0x40000000 macro
394 #ifdef SCHED_RESET_ON_FORK in set_scheduler()
395 if (pthread_setschedparam(pthread_self(), SCHED_RR|SCHED_RESET_ON_FORK, &sp) == 0) { in set_scheduler()
396 pa_log_debug("SCHED_RR|SCHED_RESET_ON_FORK worked."); in set_scheduler()
/third_party/toybox/lib/
H A Dportability.h243 #ifndef SCHED_RESET_ON_FORK
244 #define SCHED_RESET_ON_FORK (1<<30) macro
/third_party/musl/porting/liteos_a/user/include/
H A Dsched.h43 #define SCHED_RESET_ON_FORK 0x40000000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dsched.h35 #define SCHED_RESET_ON_FORK 0x40000000 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dsched.h35 #define SCHED_RESET_ON_FORK 0x40000000 macro
/third_party/musl/porting/liteos_a/kernel/include/
H A Dsched.h36 #define SCHED_RESET_ON_FORK 0x40000000 macro
/third_party/musl/porting/uniproton/kernel/include/
H A Dsched.h35 #define SCHED_RESET_ON_FORK 0x40000000 macro
/third_party/musl/porting/linux/user/include/
H A Dsched.h49 #define SCHED_RESET_ON_FORK 0x40000000 macro
/third_party/musl/porting/liteos_m/user/include/
H A Dsched.h48 #define SCHED_RESET_ON_FORK 0x40000000 macro
/third_party/musl/include/
H A Dsched.h60 #define SCHED_RESET_ON_FORK 0x40000000 macro
/third_party/skia/third_party/externals/oboe/src/common/
H A DAudioStream.cpp44 int scheduler = sched_getscheduler(0) & ~SCHED_RESET_ON_FORK; // for current thread in checkScheduler()
/third_party/rust/crates/libc/src/unix/linux_like/android/
H A Dmod.rs2727 pub const SCHED_RESET_ON_FORK: ::c_int = 0x40000000; consts
/third_party/python/Modules/
H A Dposixmodule.c15503 #ifdef SCHED_RESET_ON_FORK in all_ins()
15504 if (PyModule_AddIntMacro(m, SCHED_RESET_ON_FORK)) return -1; in all_ins()
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Dgeneral.rs1413 pub const SCHED_RESET_ON_FORK: u32 = 1073741824; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs1798 pub const SCHED_RESET_ON_FORK: ::c_int = 0x40000000; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Dgeneral.rs1416 pub const SCHED_RESET_ON_FORK: u32 = 1073741824; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Dgeneral.rs1408 pub const SCHED_RESET_ON_FORK: u32 = 1073741824; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Dgeneral.rs1426 pub const SCHED_RESET_ON_FORK: u32 = 1073741824; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Dgeneral.rs1421 pub const SCHED_RESET_ON_FORK: u32 = 1073741824; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Dgeneral.rs1418 pub const SCHED_RESET_ON_FORK: u32 = 1073741824; consts
/third_party/rust/crates/linux-raw-sys/src/mips/
H A Dgeneral.rs1413 pub const SCHED_RESET_ON_FORK: u32 = 1073741824; consts
/third_party/rust/crates/linux-raw-sys/src/arm/
H A Dgeneral.rs1402 pub const SCHED_RESET_ON_FORK: u32 = 1073741824; consts
/third_party/rust/crates/linux-raw-sys/src/sparc/
H A Dgeneral.rs1626 pub const SCHED_RESET_ON_FORK: u32 = 1073741824; consts
/third_party/rust/crates/linux-raw-sys/src/s390x/
H A Dgeneral.rs1411 pub const SCHED_RESET_ON_FORK: u32 = 1073741824; consts

Completed in 172 milliseconds

12