Searched refs:SCHED_RESET_ON_FORK (Results 1 – 10 of 10) sorted by relevance
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()
258 #ifndef SCHED_RESET_ON_FORK259 #define SCHED_RESET_ON_FORK (1<<30) macro
123 #define SCHED_RESET_ON_FORK 0x40000000 macro
44 int scheduler = sched_getscheduler(0) & ~SCHED_RESET_ON_FORK; // for current thread in checkScheduler()
511 SCHED_FIFO | SCHED_RESET_ON_FORK, in rthog_latency_on_ring()
1443 igt_assert(sched_setscheduler(getpid(), SCHED_RR | SCHED_RESET_ON_FORK, &rt) == 0); in bind_to_cpu()
4183 #ifdef SCHED_RESET_ON_FORK4184 { "SCHED_RESET_ON_FORK", (unsigned long) SCHED_RESET_ON_FORK },
1457 pub const SCHED_RESET_ON_FORK: ::c_int = 0x40000000; constant
15005 #ifdef SCHED_RESET_ON_FORK in all_ins()15006 if (PyModule_AddIntMacro(m, SCHED_RESET_ON_FORK)) return -1; in all_ins()
4343 .. data:: SCHED_RESET_ON_FORK