Searched refs:_Py_set_inheritable_async_safe (Results 1 – 3 of 3) sorted by relevance
/external/python/cpython3/Modules/ |
D | _posixsubprocess.c | 176 if (_Py_set_inheritable_async_safe((int)fd, 1, NULL) < 0) in make_inheritable() 435 if (_Py_set_inheritable_async_safe(c2pwrite, 0, NULL) < 0) { in child_exec() 442 if (_Py_set_inheritable_async_safe(errwrite, 0, NULL) < 0) { in child_exec() 451 if (_Py_set_inheritable_async_safe(p2cread, 1, NULL) < 0) in child_exec() 458 if (_Py_set_inheritable_async_safe(c2pwrite, 1, NULL) < 0) in child_exec() 465 if (_Py_set_inheritable_async_safe(errwrite, 1, NULL) < 0) in child_exec()
|
/external/python/cpython3/Include/ |
D | fileutils.h | 168 PyAPI_FUNC(int) _Py_set_inheritable_async_safe(int fd, int inheritable,
|
/external/python/cpython3/Python/ |
D | fileutils.c | 1149 _Py_set_inheritable_async_safe(int fd, int inheritable, int *atomic_flag_works) in _Py_set_inheritable_async_safe() function
|