Searched refs:test_and_set (Results 1 – 8 of 8) sorted by relevance
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
259 local int test_and_set(int volatile *flag) { in test_and_set() function270 if (test_and_set(&state->begun)) in once()
257 local int test_and_set(int volatile *flag) { in test_and_set() function268 if (test_and_set(&state->begun)) in once()
463 bool test_and_set(memory_order m = memory_order_seq_cst) volatile noexcept;464 bool test_and_set(memory_order m = memory_order_seq_cst) noexcept;2362 bool test_and_set(memory_order __m = memory_order_seq_cst) volatile _NOEXCEPT2365 bool test_and_set(memory_order __m = memory_order_seq_cst) _NOEXCEPT2443 return __o->test_and_set();2450 return __o->test_and_set();2457 return __o->test_and_set(__m);2464 return __o->test_and_set(__m);
666 if (!g_interrupt_sent.test_and_set()) { in sigint_handler()
1788 if (m_dwo_warning_issued.test_and_set(std::memory_order_relaxed) == false) { in GetDwoSymbolFileForCompileUnit()