Home
last modified time | relevance | path

Searched refs:POSIX_SPAWN_USEVFORK (Results 1 – 9 of 9) 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/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/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/ninja/src/
Dsubprocess-posix.cc110 #ifdef POSIX_SPAWN_USEVFORK in Start()
111 flags |= POSIX_SPAWN_USEVFORK; in Start()