Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_io/
Dfileio.c196 extern int _Py_open_cloexec_works;
239 int *atomic_flag_works = &_Py_open_cloexec_works;
/external/python/cpython3/Tools/c-analyzer/
Dignored-globals.txt321 _Py_open_cloexec_works
DTODO32 Python/fileutils.c:_Py_open_cloexec_works int _Py_open_cloexec_works
Dknown.tsv1512 Python/fileutils.c - _Py_open_cloexec_works variable int _Py_open_cloexec_works
/external/python/cpython3/Python/
Dfileutils.c33 int _Py_open_cloexec_works = -1; variable
1270 atomic_flag_works = &_Py_open_cloexec_works; in _Py_open_impl()
/external/python/cpython3/Modules/
Dposixmodule.c8959 extern int _Py_open_cloexec_works;
8992 int *atomic_flag_works = &_Py_open_cloexec_works; in os_open_impl()