Searched defs:setsid (Results 1 - 7 of 7) sorted by relevance
/third_party/musl/src/unistd/ |
H A D | setsid.c | 4 pid_t setsid(void) in setsid() function
|
/third_party/rust/crates/rustix/src/process/ |
H A D | id.rs | 306 pub fn setsid() -> io::Result<Pid> { in setsid() functions
|
/third_party/rust/crates/nix/src/ |
H A D | unistd.rs | 345 pub fn setsid() -> Result<Pid> { in setsid() functions
|
/third_party/rust/crates/libc/src/unix/ |
H A D | mod.rs | 922 pub fn setsid() -> pid_t; in setsid() functions
|
/third_party/python/Modules/clinic/ |
H A D | posixmodule.c.h | 2278 int setsid = 0; in os_posix_spawn() local 2405 int setsid = 0; os_posix_spawnp() local [all...] |
/third_party/python/Modules/ |
H A D | posixmodule.c | 6021 parse_posix_spawn_flags(PyObject *module, const char *func_name, PyObject *setpgroup, int resetids, int setsid, PyObject *setsigmask, PyObject *setsigdef, PyObject *scheduler, posix_spawnattr_t *attrp) parse_posix_spawn_flags() argument 6273 py_posix_spawn(int use_posix_spawnp, PyObject *module, path_t *path, PyObject *argv, PyObject *env, PyObject *file_actions, PyObject *setpgroup, int resetids, int setsid, PyObject *setsigmask, PyObject *setsigdef, PyObject *scheduler) py_posix_spawn() argument 6429 os_posix_spawn_impl(PyObject *module, path_t *path, PyObject *argv, PyObject *env, PyObject *file_actions, PyObject *setpgroup, int resetids, int setsid, PyObject *setsigmask, PyObject *setsigdef, PyObject *scheduler) os_posix_spawn_impl() argument 6475 os_posix_spawnp_impl(PyObject *module, path_t *path, PyObject *argv, PyObject *env, PyObject *file_actions, PyObject *setpgroup, int resetids, int setsid, PyObject *setsigmask, PyObject *setsigdef, PyObject *scheduler) os_posix_spawnp_impl() argument [all...] |
/third_party/rust/crates/libc/src/fuchsia/ |
H A D | mod.rs | 3627 pub fn setsid() -> pid_t; in setsid() functions
|
Completed in 35 milliseconds