Searched refs:atomic_flag_test_explicit (Results 1 – 4 of 4) sorted by relevance
85 atomic_flag_test_explicit(const volatile atomic_flag* __o, memory_order __m) _NOEXCEPT { in atomic_flag_test_explicit() function89 inline _LIBCPP_HIDE_FROM_ABI bool atomic_flag_test_explicit(const atomic_flag* __o, memory_order __… in atomic_flag_test_explicit() function
125 using std::atomic_flag_test_explicit;
547 bool atomic_flag_test_explicit(volatile atomic_flag* obj,549 bool atomic_flag_test_explicit(atomic_flag* obj, memory_order m) noexcept;
716 SYMBOL(atomic_flag_test_explicit, std::, <atomic>)