Home
last modified time | relevance | path

Searched refs:os_posix_spawn_impl (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython3/Modules/clinic/
Dposixmodule.c.h3750 os_posix_spawn_impl(PyObject *module, path_t *path, PyObject *argv,
3854 …return_value = os_posix_spawn_impl(module, &path, argv, env, file_actions, setpgroup, resetids, se… in os_posix_spawn()
/external/python/cpython3/Modules/
Dposixmodule.c7496 os_posix_spawn_impl(PyObject *module, path_t *path, PyObject *argv, in os_posix_spawn_impl() function