Searched defs:setsid (Results 1 – 9 of 9) sorted by relevance
/external/openssh/openbsd-compat/ |
D | bsd-misc.h | 25 #define setsid() setpgrp(0, getpid()) macro
|
/external/llvm-project/lldb/include/lldb/Host/windows/ |
D | PosixApi.h | 124 inline pid_t setsid(void) { LLVM_BUILTIN_UNREACHABLE; } in setsid() function
|
/external/crosvm/sys_util/src/ |
D | lib.rs | 163 pub fn setsid() -> Result<Pid> { in setsid() function
|
/external/python/cpython3/Modules/ |
D | posixmodule.c | 5755 int resetids, int setsid, PyObject *setsigmask, in parse_posix_spawn_flags() 6000 PyObject *setpgroup, int resetids, int setsid, PyObject *setsigmask, in py_posix_spawn() 6156 PyObject *setpgroup, int resetids, int setsid, in os_posix_spawn_impl() 6202 PyObject *setpgroup, int resetids, int setsid, in os_posix_spawnp_impl()
|
/external/rust/crates/nix/src/ |
D | unistd.rs | 286 pub fn setsid() -> Result<Pid> { in setsid() function
|
/external/minijail/ |
D | libminijail.c | 154 int setsid : 1; member
|
/external/python/cpython3/Modules/clinic/ |
D | posixmodule.c.h | 2262 int setsid = 0; in os_posix_spawn() local 2399 int setsid = 0; in os_posix_spawnp() local
|
/external/rust/crates/libc/src/unix/ |
D | mod.rs | 881 pub fn setsid() -> pid_t; in setsid() function
|
/external/rust/crates/libc/src/fuchsia/ |
D | mod.rs | 3607 pub fn setsid() -> pid_t; in setsid() function
|