Home
last modified time | relevance | path

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

/external/python/cpython3/Modules/_io/
Dfileio.c203 extern int _Py_open_cloexec_works;
246 int *atomic_flag_works = &_Py_open_cloexec_works;
/external/python/cpython3/Python/
Dfileutils.c36 int _Py_open_cloexec_works = -1; variable
942 atomic_flag_works = &_Py_open_cloexec_works; in _Py_open_impl()
/external/python/cpython3/Modules/
Dposixmodule.c7524 extern int _Py_open_cloexec_works;
7554 int *atomic_flag_works = &_Py_open_cloexec_works; in os_open_impl()