Searched refs:_Py_set_inheritable_async_safe (Results 1 – 4 of 4) sorted by relevance
| /external/python/cpython3/Modules/ |
| D | _posixsubprocess.c | 174 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()
|
| /external/python/cpython3/Include/cpython/ |
| D | fileutils.h | 155 PyAPI_FUNC(int) _Py_set_inheritable_async_safe(int fd, int inheritable,
|
| /external/python/cpython3/Python/ |
| D | fileutils.c | 1472 _Py_set_inheritable_async_safe(int fd, int inheritable, int *atomic_flag_works) in _Py_set_inheritable_async_safe() function
|
| /external/python/cpython3/Doc/data/ |
| D | python3.10.abi | 1412 …<elf-symbol name='_Py_set_inheritable_async_safe' type='func-type' binding='global-binding' visibi… 18999 …_Py_set_inheritable_async_safe' mangled-name='_Py_set_inheritable_async_safe' filepath='Python/fil…
|