Home
last modified time | relevance | path

Searched refs:POSIX_SPAWN_CLOEXEC_DEFAULT (Results 1 – 3 of 3) sorted by relevance

/external/llvm-project/lldb/source/Host/macosx/objcxx/
DHost.mm814 #ifdef POSIX_SPAWN_CLOEXEC_DEFAULT
822 // Kernel panic if we use the POSIX_SPAWN_CLOEXEC_DEFAULT on 10.7 or
832 flags |= POSIX_SPAWN_CLOEXEC_DEFAULT;
833 #endif // ifdef POSIX_SPAWN_CLOEXEC_DEFAULT
/external/llvm-project/compiler-rt/lib/sanitizer_common/
Dsanitizer_mac.cpp305 res = posix_spawnattr_setflags(&attrs, POSIX_SPAWN_CLOEXEC_DEFAULT); in internal_spawn_impl()
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs3258 pub const POSIX_SPAWN_CLOEXEC_DEFAULT: ::c_int = 0x4000; constant