Searched refs:atomic_flag_test (Results 1 – 4 of 4) sorted by relevance
80 inline _LIBCPP_HIDE_FROM_ABI bool atomic_flag_test(const volatile atomic_flag* __o) _NOEXCEPT { ret… in atomic_flag_test() function82 inline _LIBCPP_HIDE_FROM_ABI bool atomic_flag_test(const atomic_flag* __o) _NOEXCEPT { return __o->… in atomic_flag_test() function
122 using std::atomic_flag_test;
545 bool atomic_flag_test(volatile atomic_flag* obj) noexcept;546 bool atomic_flag_test(atomic_flag* obj) noexcept;
713 SYMBOL(atomic_flag_test, std::, <atomic>)