Home
last modified time | relevance | path

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

/third_party/python/Modules/_io/
Dfileio.c196 extern int _Py_open_cloexec_works;
239 int *atomic_flag_works = &_Py_open_cloexec_works;
/third_party/python/Python/
Dfileutils.c38 int _Py_open_cloexec_works = -1; variable
1489 atomic_flag_works = &_Py_open_cloexec_works; in _Py_open_impl()
/third_party/python/Tools/c-analyzer/
DTODO32 Python/fileutils.c:_Py_open_cloexec_works int _Py_open_cloexec_works
/third_party/python/Tools/c-analyzer/cpython/
Dignored.tsv9 Modules/_io/fileio.c - _Py_open_cloexec_works -
73 Modules/posixmodule.c - _Py_open_cloexec_works -
2790 Python/fileutils.c - _Py_open_cloexec_works -
/third_party/python/Modules/
Dposixmodule.c9093 extern int _Py_open_cloexec_works;
9126 int *atomic_flag_works = &_Py_open_cloexec_works; in os_open_impl()