Home
last modified time | relevance | path

Searched refs:resetids (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Modules/clinic/
H A Dposixmodule.c.h2227 " setpgroup=<unrepresentable>, resetids=False, setsid=False,\n"
2243 " resetids\n"
2260 PyObject *setpgroup, int resetids, int setsid,
2268 static const char * const _keywords[] = {"", "", "", "file_actions", "setpgroup", "resetids", "setsid", "setsigmask", "setsigdef", "scheduler", NULL}; in os_posix_spawn()
2277 int resetids = 0; in os_posix_spawn() local
2308 resetids = _PyLong_AsInt(args[5]); in os_posix_spawn()
2309 if (resetids == -1 && PyErr_Occurred()) { in os_posix_spawn()
2339 return_value = os_posix_spawn_impl(module, &path, argv, env, file_actions, setpgroup, resetids, setsid, setsigmask, setsigdef, scheduler); in os_posix_spawn()
2354 " setpgroup=<unrepresentable>, resetids=False, setsid=False,\n"
2370 " resetids\
2404 int resetids = 0; os_posix_spawnp() local
[all...]
/third_party/python/Modules/
H A Dposixmodule.c6022 int resetids, int setsid, PyObject *setsigmask, in parse_posix_spawn_flags()
6047 if (resetids) { 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()
6414 resetids: bool(accept={int}) = False
6431 PyObject *setpgroup, int resetids, int setsid, in os_posix_spawn_impl()
6437 setpgroup, resetids, setsid, setsigmask, setsigdef, in os_posix_spawn_impl()
6460 resetids: bool(accept={int}) = False
6477 PyObject *setpgroup, int resetids, int setsid, in os_posix_spawnp_impl()
6483 setpgroup, resetids, setsi in os_posix_spawnp_impl()
6021 parse_posix_spawn_flags(PyObject *module, const char *func_name, PyObject *setpgroup, int resetids, int setsid, PyObject *setsigmask, PyObject *setsigdef, PyObject *scheduler, posix_spawnattr_t *attrp) parse_posix_spawn_flags() argument
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...]
/third_party/python/Lib/test/
H A Dtest_posix.py1639 resetids=False
1648 resetids=True
1656 os.environ, resetids=None)

Completed in 19 milliseconds