Home
last modified time | relevance | path

Searched refs:POSIX_SPAWN_USEVFORK (Results 1 – 11 of 11) sorted by relevance

/third_party/musl/src/process/
Dposix_spawnattr_setflags.c13 POSIX_SPAWN_USEVFORK | in posix_spawnattr_setflags()
/third_party/musl/porting/liteos_a/user/src/process/
Dposix_spawnattr_setflags.c15 POSIX_SPAWN_USEVFORK | in posix_spawnattr_setflags()
/third_party/musl/libc-test/src/functionalext/supplement/process/
Dposix_spawnattr_setflags.c44 ret = posix_spawnattr_setflags(&spawnattr, POSIX_SPAWN_USEVFORK); in posix_spawnattr_setflags_0100()
/third_party/musl/ndk_musl_include/
Dspawn.h24 #define POSIX_SPAWN_USEVFORK 64 macro
/third_party/musl/include/
Dspawn.h24 #define POSIX_SPAWN_USEVFORK 64 macro
/third_party/musl/porting/liteos_m/kernel/include/
Dspawn.h24 #define POSIX_SPAWN_USEVFORK 64 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
Dspawn.h24 #define POSIX_SPAWN_USEVFORK 64 macro
/third_party/musl/porting/uniproton/kernel/include/
Dspawn.h24 #define POSIX_SPAWN_USEVFORK 64 macro
/third_party/ninja/src/
Dsubprocess-posix.cc112 #ifdef POSIX_SPAWN_USEVFORK in Start()
113 flags |= POSIX_SPAWN_USEVFORK; in Start()
/third_party/rust/crates/libc/libc-test/semver/
Dlinux.txt1703 POSIX_SPAWN_USEVFORK
/third_party/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1606 pub const POSIX_SPAWN_USEVFORK: ::c_int = 64; constant