Searched defs:setpgroup (Results 1 – 2 of 2) sorted by relevance
/aosp_15_r20/external/python/cpython3/Modules/ |
D | posixmodule.c | 5981 parse_posix_spawn_flags(PyObject *module, const char *func_name, PyObject *setpgroup, in parse_posix_spawn_flags() 6235 PyObject *setpgroup, int resetids, int setsid, PyObject *setsigmask, in py_posix_spawn() 6391 PyObject *setpgroup, int resetids, int setsid, in os_posix_spawn_impl() 6437 PyObject *setpgroup, int resetids, int setsid, in os_posix_spawnp_impl()
|
/aosp_15_r20/external/python/cpython3/Modules/clinic/ |
D | posixmodule.c.h | 2276 PyObject *setpgroup = NULL; in os_posix_spawn() local 2403 PyObject *setpgroup = NULL; in os_posix_spawnp() local
|