Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_posixsubprocess.c160 make_inheritable(PyObject *py_fds_to_keep, int errpipe_write) in make_inheritable() function
418 if (make_inheritable(py_fds_to_keep, errpipe_write) < 0) in child_exec()