Home
last modified time | relevance | path

Searched refs:POSIX_SPAWN_RESETIDS (Results 1 - 18 of 18) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/process/
H A Dposix_spawnattr_getflags.c30 short flags = POSIX_SPAWN_RESETIDS; in posix_spawnattr_getflags_0100()
36 EXPECT_EQ("posix_spawnattr_getflags_0100", getvalue, POSIX_SPAWN_RESETIDS); in posix_spawnattr_getflags_0100()
H A Dposix_spawnattr_setflags.c32 ret = posix_spawnattr_setflags(&spawnattr, POSIX_SPAWN_RESETIDS); in posix_spawnattr_setflags_0100()
49 ret = posix_spawnattr_setflags(&spawnattr, POSIX_SPAWN_SETSID | POSIX_SPAWN_RESETIDS | POSIX_SPAWN_SETPGROUP); in posix_spawnattr_setflags_0100()
/third_party/musl/porting/liteos_a/user/src/process/
H A Dposix_spawnattr_setflags.c9 POSIX_SPAWN_RESETIDS | in posix_spawnattr_setflags()
H A Dposix_spawn.c80 if (attr->__flags & POSIX_SPAWN_RESETIDS) in child()
/third_party/musl/src/process/
H A Dposix_spawnattr_setflags.c9 POSIX_SPAWN_RESETIDS | in posix_spawnattr_setflags()
H A Dposix_spawn.c81 if (attr->__flags & POSIX_SPAWN_RESETIDS) in child()
/third_party/musl/porting/uniproton/kernel/include/
H A Dspawn.h18 #define POSIX_SPAWN_RESETIDS 1 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/
H A Dspawn.h18 #define POSIX_SPAWN_RESETIDS 1 macro
/third_party/musl/porting/liteos_m/kernel/include/
H A Dspawn.h18 #define POSIX_SPAWN_RESETIDS 1 macro
/third_party/musl/include/
H A Dspawn.h18 #define POSIX_SPAWN_RESETIDS 1 macro
/third_party/musl/libc-test/src/api/
H A Dspawn.c13 C(POSIX_SPAWN_RESETIDS) in f()
/third_party/rust/crates/libc/src/unix/haiku/
H A Dmod.rs1458 pub const POSIX_SPAWN_RESETIDS: ::c_int = 0x01; consts
/third_party/rust/crates/libc/src/unix/bsd/netbsdlike/netbsd/
H A Dmod.rs2239 pub const POSIX_SPAWN_RESETIDS: ::c_int = 0x01; consts
/third_party/rust/crates/libc/src/unix/nto/
H A Dmod.rs1409 pub const POSIX_SPAWN_RESETIDS: ::c_int = 0x00000010; consts
/third_party/rust/crates/libc/src/unix/linux_like/linux/
H A Dmod.rs2309 pub const POSIX_SPAWN_RESETIDS: ::c_int = 0x01; consts
/third_party/rust/crates/libc/src/unix/bsd/freebsdlike/freebsd/
H A Dmod.rs3074 pub const POSIX_SPAWN_RESETIDS: ::c_int = 0x01; consts
/third_party/python/Modules/
H A Dposixmodule.c6048 all_flags |= POSIX_SPAWN_RESETIDS; in parse_posix_spawn_flags()
6415 If the value is `true` the POSIX_SPAWN_RESETIDS will be activated.
6461 If the value is `True` the POSIX_SPAWN_RESETIDS will be activated.
/third_party/rust/crates/libc/src/unix/bsd/apple/
H A Dmod.rs4553 pub const POSIX_SPAWN_RESETIDS: ::c_int = 0x01; consts

Completed in 85 milliseconds