Home
last modified time | relevance | path

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

/aosp_15_r20/external/python/cpython3/Python/
Dfileutils.c1329 set_inheritable(int fd, int inheritable, int raise, int *atomic_flag_works) in set_inheritable()
1487 _Py_set_inheritable(int fd, int inheritable, int *atomic_flag_works) in _Py_set_inheritable()
1496 _Py_set_inheritable_async_safe(int fd, int inheritable, int *atomic_flag_works) in _Py_set_inheritable_async_safe()
1507 int *atomic_flag_works; in _Py_open_impl() local
/aosp_15_r20/external/python/cpython3/Modules/_io/
Dfileio.c237 int *atomic_flag_works = &_Py_open_cloexec_works; local
239 int *atomic_flag_works = NULL; local
/aosp_15_r20/external/python/cpython3/Modules/
Dsocketmodule.c5192 int *atomic_flag_works = &sock_cloexec_works; local
5194 int *atomic_flag_works = NULL; local
6113 int *atomic_flag_works = &sock_cloexec_works; local
6115 int *atomic_flag_works = NULL; local
Dposixmodule.c9250 int *atomic_flag_works = &_Py_open_cloexec_works; in os_open_impl() local
9252 int *atomic_flag_works = NULL; in os_open_impl() local