Home
last modified time | relevance | path

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

/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs1090 pub const POSIX_SPAWN_SETSIGMASK: ::c_int = 0x20; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1689 pub const POSIX_SPAWN_SETSIGMASK: ::c_int = 0x08; constant
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs2983 pub const POSIX_SPAWN_SETSIGMASK: ::c_int = 0x08; constant
/external/python/cpython3/Modules/
Dposixmodule.c5321 all_flags |= POSIX_SPAWN_SETSIGMASK; in parse_posix_spawn_flags()
/external/python/cpython3/Doc/library/
Dos.rst3646 :c:data:`POSIX_SPAWN_SETSIGMASK` flag.