Home
last modified time | relevance | path

Searched defs:atomic_flag_works (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython3/Python/
Dfileutils.c995 set_inheritable(int fd, int inheritable, int raise, int *atomic_flag_works) in set_inheritable()
1140 _Py_set_inheritable(int fd, int inheritable, int *atomic_flag_works) in _Py_set_inheritable()
1149 _Py_set_inheritable_async_safe(int fd, int inheritable, int *atomic_flag_works) in _Py_set_inheritable_async_safe()
1160 int *atomic_flag_works; in _Py_open_impl() local
/external/python/cpython3/Modules/_io/
Dfileio.c237 int *atomic_flag_works = &_Py_open_cloexec_works; local
239 int *atomic_flag_works = NULL; local
/external/python/cpython3/Modules/
Dsocketmodule.c4888 int *atomic_flag_works = &sock_cloexec_works; local
4890 int *atomic_flag_works = NULL; local
5753 int *atomic_flag_works = &sock_cloexec_works; local
5755 int *atomic_flag_works = NULL; local
Dposixmodule.c7718 int *atomic_flag_works = &_Py_open_cloexec_works; in os_open_impl() local
7720 int *atomic_flag_works = NULL; in os_open_impl() local