Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_io/
Dfileio.c194 extern int _Py_open_cloexec_works;
237 int *atomic_flag_works = &_Py_open_cloexec_works;
/external/python/cpython3/Tools/c-globals/
Dignored-globals.txt321 _Py_open_cloexec_works
/external/python/cpython3/Python/
Dfileutils.c32 int _Py_open_cloexec_works = -1; variable
1166 atomic_flag_works = &_Py_open_cloexec_works; in _Py_open_impl()
/external/python/cpython3/Modules/
Dposixmodule.c7688 extern int _Py_open_cloexec_works;
7718 int *atomic_flag_works = &_Py_open_cloexec_works; in os_open_impl()