Home
last modified time | relevance | path

Searched refs:SCHED_RESET_ON_FORK (Results 1 – 10 of 10) sorted by relevance

/external/toybox/toys/other/
Dchrt.c74 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()
/external/toybox/lib/
Dportability.h258 #ifndef SCHED_RESET_ON_FORK
259 #define SCHED_RESET_ON_FORK (1<<30) macro
/external/kernel-headers/original/uapi/linux/
Dsched.h123 #define SCHED_RESET_ON_FORK 0x40000000 macro
/external/oboe/src/common/
DAudioStream.cpp44 int scheduler = sched_getscheduler(0) & ~SCHED_RESET_ON_FORK; // for current thread in checkScheduler()
/external/igt-gpu-tools/tests/i915/
Dgem_exec_latency.c511 SCHED_FIFO | SCHED_RESET_ON_FORK, in rthog_latency_on_ring()
Dgem_exec_schedule.c1443 igt_assert(sched_setscheduler(getpid(), SCHED_RR | SCHED_RESET_ON_FORK, &rt) == 0); in bind_to_cpu()
/external/minijail/linux-x86/
Dlibconstants.gen.c4183 #ifdef SCHED_RESET_ON_FORK
4184 { "SCHED_RESET_ON_FORK", (unsigned long) SCHED_RESET_ON_FORK },
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1457 pub const SCHED_RESET_ON_FORK: ::c_int = 0x40000000; constant
/external/python/cpython3/Modules/
Dposixmodule.c15005 #ifdef SCHED_RESET_ON_FORK in all_ins()
15006 if (PyModule_AddIntMacro(m, SCHED_RESET_ON_FORK)) return -1; in all_ins()
/external/python/cpython3/Doc/library/
Dos.rst4343 .. data:: SCHED_RESET_ON_FORK