Home
last modified time | relevance | path

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

/external/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
Dmod.rs1190 pub const POSIX_SPAWN_RESETIDS: ::c_int = 0x01; constant
/external/rust/crates/libc/src/unix/linux_like/linux/
Dmod.rs1868 pub const POSIX_SPAWN_RESETIDS: ::c_int = 0x01; constant
/external/rust/crates/libc/src/unix/bsd/apple/
Dmod.rs3252 pub const POSIX_SPAWN_RESETIDS: ::c_int = 0x01; constant
/external/python/cpython3/Modules/
Dposixmodule.c5781 all_flags |= POSIX_SPAWN_RESETIDS; in parse_posix_spawn_flags()
/external/python/cpython3/Doc/library/
Dos.rst3744 library :c:data:`POSIX_SPAWN_RESETIDS` flag.