Lines Matching refs:resetids
2227 " 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};
2277 int resetids = 0;
2308 resetids = _PyLong_AsInt(args[5]);
2309 if (resetids == -1 && PyErr_Occurred()) {
2339 return_value = os_posix_spawn_impl(module, &path, argv, env, file_actions, setpgroup, resetids, setsid, setsigmask, setsigdef, scheduler);
2354 " setpgroup=<unrepresentable>, resetids=False, setsid=False,\n"
2370 " resetids\n"
2387 PyObject *setpgroup, int resetids, int setsid,
2395 static const char * const _keywords[] = {"", "", "", "file_actions", "setpgroup", "resetids", "setsid", "setsigmask", "setsigdef", "scheduler", NULL};
2404 int resetids = 0;
2435 resetids = _PyLong_AsInt(args[5]);
2436 if (resetids == -1 && PyErr_Occurred()) {
2466 return_value = os_posix_spawnp_impl(module, &path, argv, env, file_actions, setpgroup, resetids, setsid, setsigmask, setsigdef, scheduler);