Searched refs:test_and_set (Results 1 – 8 of 8) sorted by relevance
38 …_LIBCPP_HIDE_FROM_ABI bool test_and_set(memory_order __m = memory_order_seq_cst) volatile _NOEXCEP…41 _LIBCPP_HIDE_FROM_ABI bool test_and_set(memory_order __m = memory_order_seq_cst) _NOEXCEPT {121 return __o->test_and_set();124 …_FROM_ABI bool atomic_flag_test_and_set(atomic_flag* __o) _NOEXCEPT { return __o->test_and_set(); }128 return __o->test_and_set(__m);132 return __o->test_and_set(__m);
29 if (LLVM_UNLIKELY(Flag.test_and_set(std::memory_order_acquire))) in LockGuard()30 while (Flag.test_and_set(std::memory_order_acquire)) { in LockGuard()
306 local int test_and_set(int volatile *flag) { in test_and_set() function317 if (test_and_set(&state->begun)) in z_once()
103 bool test_and_set(unsigned Idx) { in test_and_set() function532 bool test_and_set(unsigned Idx) { in test_and_set() function
129 void test_and_set(IndexT Index) { in test_and_set() function
532 bool test_and_set(memory_order m = memory_order_seq_cst) volatile noexcept;533 bool test_and_set(memory_order m = memory_order_seq_cst) noexcept;
647 if (!g_interrupt_sent.test_and_set()) { in sigint_handler()
1978 if (m_dwo_warning_issued.test_and_set(std::memory_order_relaxed) == false) { in GetDwoSymbolFileForCompileUnit()