Lines Matching defs:scheduler
2228 " setsigmask=(), setsigdef=(), scheduler=<unrepresentable>)\n"
2251 " scheduler\n"
2252 " A tuple with the scheduler policy (optional) and parameters.");
2262 PyObject *scheduler);
2268 static const char * const _keywords[] = {"", "", "", "file_actions", "setpgroup", "resetids", "setsid", "setsigmask", "setsigdef", "scheduler", NULL};
2281 PyObject *scheduler = NULL;
2337 scheduler = args[9];
2339 return_value = os_posix_spawn_impl(module, &path, argv, env, file_actions, setpgroup, resetids, setsid, setsigmask, setsigdef, scheduler);
2355 " setsigmask=(), setsigdef=(), scheduler=<unrepresentable>)\n"
2378 " scheduler\n"
2379 " A tuple with the scheduler policy (optional) and parameters.");
2389 PyObject *scheduler);
2395 static const char * const _keywords[] = {"", "", "", "file_actions", "setpgroup", "resetids", "setsid", "setsigmask", "setsigdef", "scheduler", NULL};
2408 PyObject *scheduler = NULL;
2464 scheduler = args[9];
2466 return_value = os_posix_spawnp_impl(module, &path, argv, env, file_actions, setpgroup, resetids, setsid, setsigmask, setsigdef, scheduler);