Searched defs:setsid (Results 1 – 8 of 8) sorted by relevance
| /third_party/musl/src/unistd/ |
| D | setsid.c | 4 pid_t setsid(void) in setsid() function
|
| /third_party/rust/crates/rustix/src/process/ |
| D | id.rs | 306 pub fn setsid() -> io::Result<Pid> { in setsid() function
|
| /third_party/rust/crates/rustix/src/backend/libc/process/ |
| D | syscalls.rs | 413 pub(crate) fn setsid() -> io::Result<Pid> { in setsid() function
|
| /third_party/rust/crates/rustix/src/backend/linux_raw/process/ |
| D | syscalls.rs | 526 pub(crate) fn setsid() -> io::Result<Pid> { in setsid() function
|
| /third_party/python/Modules/ |
| D | posixmodule.c | 5882 int resetids, int setsid, PyObject *setsigmask, in parse_posix_spawn_flags() 6135 PyObject *setpgroup, int resetids, int setsid, PyObject *setsigmask, in py_posix_spawn() 6291 PyObject *setpgroup, int resetids, int setsid, in os_posix_spawn_impl() 6337 PyObject *setpgroup, int resetids, int setsid, in os_posix_spawnp_impl()
|
| /third_party/python/Modules/clinic/ |
| D | posixmodule.c.h | 2241 int setsid = 0; in os_posix_spawn() local 2368 int setsid = 0; in os_posix_spawnp() local
|
| /third_party/rust/crates/libc/src/unix/ |
| D | mod.rs | 922 pub fn setsid() -> pid_t; in setsid() function
|
| /third_party/rust/crates/libc/src/fuchsia/ |
| D | mod.rs | 3627 pub fn setsid() -> pid_t; in setsid() function
|