Home
last modified time | relevance | path

Searched refs:POSIX_SPAWN_SETSIGMASK (Results 1 – 10 of 10) sorted by relevance

/external/llvm-project/compiler-rt/lib/fuzzer/
DFuzzerUtilDarwin.cpp97 short SpawnFlags = POSIX_SPAWN_SETSIGDEF | POSIX_SPAWN_SETSIGMASK; in ExecuteCommand()
/external/rust/crates/libfuzzer-sys/libfuzzer/
DFuzzerUtilDarwin.cpp97 short SpawnFlags = POSIX_SPAWN_SETSIGDEF | POSIX_SPAWN_SETSIGMASK; in ExecuteCommand()
/external/llvm-project/lldb/tools/darwin-debug/
Ddarwin-debug.cpp115 POSIX_SPAWN_SETSIGDEF | POSIX_SPAWN_SETSIGMASK; in posix_spawn_for_debug()
/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs1195 pub const POSIX_SPAWN_SETSIGMASK: ::c_int = 0x20; constant
/external/llvm-project/lldb/source/Host/macosx/objcxx/
DHost.mm800 short flags = POSIX_SPAWN_SETSIGDEF | POSIX_SPAWN_SETSIGMASK;
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1871 pub const POSIX_SPAWN_SETSIGMASK: ::c_int = 0x08; constant
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs3255 pub const POSIX_SPAWN_SETSIGMASK: ::c_int = 0x08; constant
/external/llvm-project/lldb/tools/debugserver/source/MacOSX/
DMachProcess.mm3246 POSIX_SPAWN_SETSIGMASK;
/external/python/cpython3/Modules/
Dposixmodule.c5816 all_flags |= POSIX_SPAWN_SETSIGMASK; in parse_posix_spawn_flags()
/external/python/cpython3/Doc/library/
Dos.rst3754 :c:data:`POSIX_SPAWN_SETSIGMASK` flag.