Lines Matching full:test_and_set
51 bool test_and_set(memory_order m = memory_order_seq_cst) volatile noexcept;
52 bool test_and_set(memory_order m = memory_order_seq_cst) noexcept;
1630 bool test_and_set(memory_order __m = memory_order_seq_cst) volatile _NOEXCEPT
1633 bool test_and_set(memory_order __m = memory_order_seq_cst) _NOEXCEPT
1668 return __o->test_and_set();
1675 return __o->test_and_set();
1682 return __o->test_and_set(__m);
1689 return __o->test_and_set(__m);