Home
last modified time | relevance | path

Searched defs:setsid (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/src/unistd/
Dsetsid.c4 pid_t setsid(void) in setsid() function
/third_party/python/Modules/
Dposixmodule.c5882 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/
Dposixmodule.c.h2241 int setsid = 0; in os_posix_spawn() local
2368 int setsid = 0; in os_posix_spawnp() local