Home
last modified time | relevance | path

Searched refs:POSIX_SPAWN_SETSCHEDPARAM (Results 1 - 14 of 14) sorted by relevance

/third_party/musl/porting/liteos_a/user/src/process/
H A Dposix_spawnattr_setflags.c13 POSIX_SPAWN_SETSCHEDPARAM | in posix_spawnattr_setflags()
/third_party/musl/src/process/
H A Dposix_spawnattr_setflags.c13 POSIX_SPAWN_SETSCHEDPARAM | in posix_spawnattr_setflags()
/third_party/musl/libc-test/src/functionalext/supplement/process/
H A Dposix_spawnattr_setflags.c40 ret = posix_spawnattr_setflags(&spawnattr, POSIX_SPAWN_SETSCHEDPARAM); in posix_spawnattr_setflags_0100()
/third_party/musl/porting/uniproton/kernel/include/
H A Dspawn.h22 #define POSIX_SPAWN_SETSCHEDPARAM 16 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dspawn.h22 #define POSIX_SPAWN_SETSCHEDPARAM 16 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dspawn.h22 #define POSIX_SPAWN_SETSCHEDPARAM 16 macro
/third_party/musl/include/
H A Dspawn.h22 #define POSIX_SPAWN_SETSCHEDPARAM 16 macro
/third_party/musl/libc-test/src/api/
H A Dspawn.c16 C(POSIX_SPAWN_SETSCHEDPARAM) in f()
/third_party/python/Modules/
H A Dposixmodule.c987 #if defined(HAVE_SCHED_SETPARAM) || defined(HAVE_SCHED_SETSCHEDULER) || defined(POSIX_SPAWN_SETSCHEDULER) || defined(POSIX_SPAWN_SETSCHEDPARAM)
2322 #if defined(HAVE_SCHED_SETPARAM) || defined(HAVE_SCHED_SETSCHEDULER) || defined(POSIX_SPAWN_SETSCHEDULER) || defined(POSIX_SPAWN_SETSCHEDPARAM) in _posix_clear()
2347 #if defined(HAVE_SCHED_SETPARAM) || defined(HAVE_SCHED_SETSCHEDULER) || defined(POSIX_SPAWN_SETSCHEDULER) || defined(POSIX_SPAWN_SETSCHEDPARAM) in _posix_traverse()
6015 #if defined(HAVE_SCHED_SETPARAM) || defined(HAVE_SCHED_SETSCHEDULER) || defined(POSIX_SPAWN_SETSCHEDULER) || defined(POSIX_SPAWN_SETSCHEDPARAM)
6139 all_flags |= POSIX_SPAWN_SETSCHEDPARAM; in parse_posix_spawn_flags()
6955 #if defined(HAVE_SCHED_SETPARAM) || defined(HAVE_SCHED_SETSCHEDULER) || defined(POSIX_SPAWN_SETSCHEDULER) || defined(POSIX_SPAWN_SETSCHEDPARAM)
7015 #endif /* defined(HAVE_SCHED_SETPARAM) || defined(HAVE_SCHED_SETSCHEDULER) || defined(POSIX_SPAWN_SETSCHEDULER) || defined(POSIX_SPAWN_SETSCHEDPARAM) */
15934 #if defined(HAVE_SCHED_SETPARAM) || defined(HAVE_SCHED_SETSCHEDULER) || defined(POSIX_SPAWN_SETSCHEDULER) || defined(POSIX_SPAWN_SETSCHEDPARAM) in posixmodule_exec()
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs2241 pub const POSIX_SPAWN_SETSCHEDPARAM: ::c_int = 0x04; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1413 pub const POSIX_SPAWN_SETSCHEDPARAM: ::c_int = 0x00000400; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs2313 pub const POSIX_SPAWN_SETSCHEDPARAM: ::c_int = 0x10; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs3076 pub const POSIX_SPAWN_SETSCHEDPARAM: ::c_int = 0x04; consts
/third_party/python/Modules/clinic/
H A Dposixmodule.c.h2811 #if defined(HAVE_SCHED_H) && (defined(HAVE_SCHED_SETPARAM) || defined(HAVE_SCHED_SETSCHEDULER) || defined(POSIX_SPAWN_SETSCHEDULER) || defined(POSIX_SPAWN_SETSCHEDPARAM))
2847 #endif /* defined(HAVE_SCHED_H) && (defined(HAVE_SCHED_SETPARAM) || defined(HAVE_SCHED_SETSCHEDULER) || defined(POSIX_SPAWN_SETSCHEDULER) || defined(POSIX_SPAWN_SETSCHEDPARAM)) */

Completed in 62 milliseconds