Home
last modified time | relevance | path

Searched refs:test_and_set (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/contrib/llvm/tools/lldb/tools/lldb-mi/
H A DMIDriverMain.cpp78 if (!g_interrupt_sent.test_and_set()) { in sigint_handler()
/freebsd-12.1/contrib/llvm/include/llvm/ADT/
H A DSparseBitVector.h103 bool test_and_set(unsigned Idx) { in test_and_set() function
532 bool test_and_set(unsigned Idx) { in test_and_set() function
/freebsd-12.1/contrib/libc++/include/
H A Datomic55 bool test_and_set(memory_order m = memory_order_seq_cst) volatile noexcept;
56 bool test_and_set(memory_order m = memory_order_seq_cst) noexcept;
1725 bool test_and_set(memory_order __m = memory_order_seq_cst) volatile _NOEXCEPT
1728 bool test_and_set(memory_order __m = memory_order_seq_cst) _NOEXCEPT
1763 return __o->test_and_set();
1770 return __o->test_and_set();
1777 return __o->test_and_set(__m);
1784 return __o->test_and_set(__m);
/freebsd-12.1/contrib/llvm/tools/lldb/tools/driver/
H A DDriver.cpp785 if (!g_interrupt_sent.test_and_set()) { in sigint_handler()