Searched defs:resetids (Results 1 – 2 of 2) sorted by relevance
/external/python/cpython3/Modules/ |
D | posixmodule.c | 7058 int resetids, int setsid, PyObject *setsigmask, in parse_posix_spawn_flags() 7330 PyObject *setpgroup, int resetids, int setsid, PyObject *setsigmask, in py_posix_spawn() 7498 PyObject *setpgroup, int resetids, int setsid, in os_posix_spawn_impl() 7544 PyObject *setpgroup, int resetids, int setsid, in os_posix_spawnp_impl()
|
/external/python/cpython3/Modules/clinic/ |
D | posixmodule.c.h | 3792 int resetids = 0; in os_posix_spawn() local 3942 int resetids = 0; in os_posix_spawnp() local
|