Home
last modified time | relevance | path

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

/external/python/cpython3/Python/
Dfileutils.c1092 set_inheritable(int fd, int inheritable, int raise, int *atomic_flag_works) in set_inheritable()
1244 _Py_set_inheritable(int fd, int inheritable, int *atomic_flag_works) in _Py_set_inheritable()
1253 _Py_set_inheritable_async_safe(int fd, int inheritable, int *atomic_flag_works) in _Py_set_inheritable_async_safe()
1264 int *atomic_flag_works; in _Py_open_impl() local
/external/python/cpython3/Modules/_io/
Dfileio.c239 int *atomic_flag_works = &_Py_open_cloexec_works; local
241 int *atomic_flag_works = NULL; local
/external/python/cpython3/Modules/
Dsocketmodule.c5142 int *atomic_flag_works = &sock_cloexec_works; local
5144 int *atomic_flag_works = NULL; local
6061 int *atomic_flag_works = &sock_cloexec_works; local
6063 int *atomic_flag_works = NULL; local
Dposixmodule.c8992 int *atomic_flag_works = &_Py_open_cloexec_works; in os_open_impl() local
8994 int *atomic_flag_works = NULL; in os_open_impl() local