Searched defs:atomic_flag_test (Results 1 – 1 of 1) sorted by relevance
80 inline _LIBCPP_HIDE_FROM_ABI bool atomic_flag_test(const volatile atomic_flag* __o) _NOEXCEPT { return __o->test(); } atomic_flag_test() function 82 inline _LIBCPP_HIDE_FROM_ABI bool atomic_flag_test(const atomic_flag* __o) _NOEXCEPT { return __o->test(); } atomic_flag_test() function