Home
last modified time | relevance | path

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

/third_party/python/Modules/
D_posixsubprocess.c174 if (_Py_set_inheritable_async_safe((int)fd, 1, NULL) < 0) in make_inheritable()
496 if (_Py_set_inheritable_async_safe(c2pwrite, 0, NULL) < 0) { in child_exec()
503 if (_Py_set_inheritable_async_safe(errwrite, 0, NULL) < 0) { in child_exec()
512 if (_Py_set_inheritable_async_safe(p2cread, 1, NULL) < 0) in child_exec()
519 if (_Py_set_inheritable_async_safe(c2pwrite, 1, NULL) < 0) in child_exec()
526 if (_Py_set_inheritable_async_safe(errwrite, 1, NULL) < 0) in child_exec()
/third_party/python/Include/cpython/
Dfileutils.h155 PyAPI_FUNC(int) _Py_set_inheritable_async_safe(int fd, int inheritable,
/third_party/python/Python/
Dfileutils.c1472 _Py_set_inheritable_async_safe(int fd, int inheritable, int *atomic_flag_works) in _Py_set_inheritable_async_safe() function