Searched defs:setsid (Results 1 – 3 of 3) sorted by relevance
/third_party/musl/src/unistd/ |
D | setsid.c | 4 pid_t setsid(void) 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
|