Home
last modified time | relevance | path

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

/third_party/python/Modules/
H A Dposixmodule.c6023 PyObject *setsigdef, PyObject *scheduler, in parse_posix_spawn_flags()
6087 if (setsigdef) { in parse_posix_spawn_flags()
6089 if (!_Py_Sigset_Converter(setsigdef, &set)) { in parse_posix_spawn_flags()
6100 if (setsigmask || setsigdef) { in parse_posix_spawn_flags()
6276 PyObject *setsigdef, PyObject *scheduler) in py_posix_spawn()
6348 setsigmask, setsigdef, scheduler, &attr)) { in py_posix_spawn()
6420 setsigdef: object(c_default='NULL') = ()
6432 PyObject *setsigmask, PyObject *setsigdef, in os_posix_spawn_impl()
6437 setpgroup, resetids, setsid, setsigmask, setsigdef, in os_posix_spawn_impl()
6466 setsigdef
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.py1746 setsigdef=[signal.SIGUSR1]
1757 os.environ, setsigdef=34)
1761 os.environ, setsigdef=["j"])
1765 os.environ, setsigdef=[signal.NSIG, signal.NSIG+1])
/third_party/python/Modules/clinic/
H A Dposixmodule.c.h2228 " setsigmask=(), setsigdef=(), scheduler=<unrepresentable>)\n"
2249 " setsigdef\n"
2261 PyObject *setsigmask, PyObject *setsigdef,
2268 static const char * const _keywords[] = {"", "", "", "file_actions", "setpgroup", "resetids", "setsid", "setsigmask", "setsigdef", "scheduler", NULL}; in os_posix_spawn()
2280 PyObject *setsigdef = NULL; in os_posix_spawn() local
2332 setsigdef = args[8]; 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()
2355 " setsigmask=(), setsigdef=(), scheduler=<unrepresentable>)\n"
2376 " setsigdef\n"
2388 PyObject *setsigmask, PyObject *setsigdef,
2407 PyObject *setsigdef = NULL; os_posix_spawnp() local
[all...]

Completed in 21 milliseconds