Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/
D_posixsubprocess.c204 if (_Py_set_inheritable_async_safe((int)fd, 1, NULL) < 0) in make_inheritable()
472 if (_Py_set_inheritable_async_safe(c2pwrite, 0, NULL) < 0) { in child_exec()
479 if (_Py_set_inheritable_async_safe(errwrite, 0, NULL) < 0) { in child_exec()
488 if (_Py_set_inheritable_async_safe(p2cread, 1, NULL) < 0) in child_exec()
495 if (_Py_set_inheritable_async_safe(c2pwrite, 1, NULL) < 0) in child_exec()
502 if (_Py_set_inheritable_async_safe(errwrite, 1, NULL) < 0) in child_exec()
/external/python/cpython3/Include/cpython/
Dfileutils.h156 PyAPI_FUNC(int) _Py_set_inheritable_async_safe(int fd, int inheritable,
/external/python/cpython3/Python/
Dfileutils.c1253 _Py_set_inheritable_async_safe(int fd, int inheritable, int *atomic_flag_works) in _Py_set_inheritable_async_safe() function