Home
last modified time | relevance | path

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

/third_party/python/Python/
Dfileutils.c1305 set_inheritable(int fd, int inheritable, int raise, int *atomic_flag_works) in set_inheritable()
1463 _Py_set_inheritable(int fd, int inheritable, int *atomic_flag_works) in _Py_set_inheritable()
1472 _Py_set_inheritable_async_safe(int fd, int inheritable, int *atomic_flag_works) in _Py_set_inheritable_async_safe()
1483 int *atomic_flag_works; in _Py_open_impl() local
/third_party/python/Modules/_io/
Dfileio.c239 int *atomic_flag_works = &_Py_open_cloexec_works; local
241 int *atomic_flag_works = NULL; local
/third_party/python/Modules/
Dsocketmodule.c5098 int *atomic_flag_works = &sock_cloexec_works; local
5100 int *atomic_flag_works = NULL; local
6010 int *atomic_flag_works = &sock_cloexec_works; local
6012 int *atomic_flag_works = NULL; local
Dposixmodule.c9126 int *atomic_flag_works = &_Py_open_cloexec_works; in os_open_impl() local
9128 int *atomic_flag_works = NULL; in os_open_impl() local