Home
last modified time | relevance | path

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

/third_party/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()
/third_party/pulseaudio/src/pulse/
Dutil.c82 #if defined(__linux__) && !defined(SCHED_RESET_ON_FORK)
83 #define SCHED_RESET_ON_FORK 0x40000000 macro
389 #ifdef SCHED_RESET_ON_FORK in set_scheduler()
390 if (pthread_setschedparam(pthread_self(), SCHED_RR|SCHED_RESET_ON_FORK, &sp) == 0) { in set_scheduler()
/third_party/toybox/lib/
Dportability.h238 #ifndef SCHED_RESET_ON_FORK
239 #define SCHED_RESET_ON_FORK (1<<30) macro
/third_party/musl/porting/liteos_m/kernel/include/
Dsched.h35 #define SCHED_RESET_ON_FORK 0x40000000 macro
/third_party/musl/porting/uniproton/kernel/include/
Dsched.h35 #define SCHED_RESET_ON_FORK 0x40000000 macro
/third_party/musl/include/
Dsched.h48 #define SCHED_RESET_ON_FORK 0x40000000 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dsched.h35 #define SCHED_RESET_ON_FORK 0x40000000 macro
/third_party/musl/porting/linux/user/include/
Dsched.h49 #define SCHED_RESET_ON_FORK 0x40000000 macro
/third_party/musl/porting/liteos_a/kernel/include/
Dsched.h36 #define SCHED_RESET_ON_FORK 0x40000000 macro
/third_party/musl/porting/liteos_m/user/include/
Dsched.h48 #define SCHED_RESET_ON_FORK 0x40000000 macro
/third_party/musl/ndk_musl_include/
Dsched.h49 #define SCHED_RESET_ON_FORK 0x40000000 macro
/third_party/skia/third_party/externals/oboe/src/common/
DAudioStream.cpp44 int scheduler = sched_getscheduler(0) & ~SCHED_RESET_ON_FORK; // for current thread in checkScheduler()
/third_party/python/Modules/
Dposixmodule.c15292 #ifdef SCHED_RESET_ON_FORK in all_ins()
15293 if (PyModule_AddIntMacro(m, SCHED_RESET_ON_FORK)) return -1; in all_ins()
/third_party/python/Doc/library/
Dos.rst4591 .. data:: SCHED_RESET_ON_FORK