H A D | posixmodule.c | 6021 parse_posix_spawn_flags(PyObject *module, const char *func_name, PyObject *setpgroup, in parse_posix_spawn_flags() argument 6034 if (setpgroup) { in parse_posix_spawn_flags() 6035 pid_t pgid = PyLong_AsPid(setpgroup); in parse_posix_spawn_flags() 6275 PyObject *setpgroup, int resetids, int setsid, PyObject *setsigmask, in py_posix_spawn() 6347 if (parse_posix_spawn_flags(module, func_name, setpgroup, resetids, setsid, in py_posix_spawn() 6412 setpgroup: object = NULL 6431 PyObject *setpgroup, int resetids, int setsid, in os_posix_spawn_impl() 6437 setpgroup, resetids, setsid, setsigmask, setsigdef, in os_posix_spawn_impl() 6458 setpgroup: object = NULL 6477 PyObject *setpgroup, in in os_posix_spawnp_impl() 6273 py_posix_spawn(int use_posix_spawnp, PyObject *module, path_t *path, PyObject *argv, PyObject *env, PyObject *file_actions, PyObject *setpgroup, int resetids, int setsid, PyObject *setsigmask, PyObject *setsigdef, PyObject *scheduler) py_posix_spawn() argument 6429 os_posix_spawn_impl(PyObject *module, path_t *path, PyObject *argv, PyObject *env, PyObject *file_actions, PyObject *setpgroup, int resetids, int setsid, PyObject *setsigmask, PyObject *setsigdef, PyObject *scheduler) os_posix_spawn_impl() argument 6475 os_posix_spawnp_impl(PyObject *module, path_t *path, PyObject *argv, PyObject *env, PyObject *file_actions, PyObject *setpgroup, int resetids, int setsid, PyObject *setsigmask, PyObject *setsigdef, PyObject *scheduler) os_posix_spawnp_impl() argument [all...] |