Searched refs:_Py_open_cloexec_works (Results 1 – 5 of 5) sorted by relevance
207 extern int _Py_open_cloexec_works;250 int *atomic_flag_works = &_Py_open_cloexec_works;
19 Python/fileutils.c - _Py_open_cloexec_works -635 Modules/_io/fileio.c - _Py_open_cloexec_works -684 Modules/posixmodule.c - _Py_open_cloexec_works -
49 int _Py_open_cloexec_works = -1; variable1631 atomic_flag_works = &_Py_open_cloexec_works; in _Py_open_impl()
40 Python/fileutils.c:_Py_open_cloexec_works int _Py_open_cloexec_works
11007 extern int _Py_open_cloexec_works;11040 int *atomic_flag_works = &_Py_open_cloexec_works; in os_open_impl()