Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_io/
Dfileio.c207 extern int _Py_open_cloexec_works;
250 int *atomic_flag_works = &_Py_open_cloexec_works;
/external/python/cpython3/Tools/c-analyzer/cpython/
Dignored.tsv19 Python/fileutils.c - _Py_open_cloexec_works -
635 Modules/_io/fileio.c - _Py_open_cloexec_works -
684 Modules/posixmodule.c - _Py_open_cloexec_works -
/external/python/cpython3/Python/
Dfileutils.c49 int _Py_open_cloexec_works = -1; variable
1631 atomic_flag_works = &_Py_open_cloexec_works; in _Py_open_impl()
/external/python/cpython3/Tools/c-analyzer/
DTODO40 Python/fileutils.c:_Py_open_cloexec_works int _Py_open_cloexec_works
/external/python/cpython3/Modules/
Dposixmodule.c11007 extern int _Py_open_cloexec_works;
11040 int *atomic_flag_works = &_Py_open_cloexec_works; in os_open_impl()