Searched refs:_Py_open_cloexec_works (Results 1 – 5 of 5) sorted by relevance
196 extern int _Py_open_cloexec_works;239 int *atomic_flag_works = &_Py_open_cloexec_works;
38 int _Py_open_cloexec_works = -1; variable1489 atomic_flag_works = &_Py_open_cloexec_works; in _Py_open_impl()
32 Python/fileutils.c:_Py_open_cloexec_works int _Py_open_cloexec_works
9 Modules/_io/fileio.c - _Py_open_cloexec_works -73 Modules/posixmodule.c - _Py_open_cloexec_works -2790 Python/fileutils.c - _Py_open_cloexec_works -
9093 extern int _Py_open_cloexec_works;9126 int *atomic_flag_works = &_Py_open_cloexec_works; in os_open_impl()