Searched refs:test_and_set (Results 1 – 5 of 5) sorted by relevance
216 local int test_and_set OF((int volatile *));217 local int test_and_set(flag) in test_and_set() function233 if (test_and_set(&state->begun))
102 bool test_and_set(unsigned Idx) { in test_and_set() function531 bool test_and_set(unsigned Idx) { in test_and_set() function
128 void test_and_set(IndexT Index) { in test_and_set() function
522 bool test_and_set(memory_order m = memory_order_seq_cst) volatile noexcept;523 bool test_and_set(memory_order m = memory_order_seq_cst) noexcept;2532 bool test_and_set(memory_order __m = memory_order_seq_cst) volatile _NOEXCEPT2535 bool test_and_set(memory_order __m = memory_order_seq_cst) _NOEXCEPT2622 return __o->test_and_set();2629 return __o->test_and_set();2636 return __o->test_and_set(__m);2643 return __o->test_and_set(__m);
706 if (!g_interrupt_sent.test_and_set()) { in sigint_handler()