Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/libcxx/include/__cxx03/__atomic/
H A Datomic_flag.h38 …_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 {
116 return __o->test_and_set();
119 …_FROM_ABI bool atomic_flag_test_and_set(atomic_flag* __o) _NOEXCEPT { return __o->test_and_set(); }
123 return __o->test_and_set(__m);
127 return __o->test_and_set(__m);
/freebsd/contrib/llvm-project/libcxx/include/__atomic/
H A Datomic_flag.h38 …_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 {
119 return __o->test_and_set();
122 …_FROM_ABI bool atomic_flag_test_and_set(atomic_flag* __o) _NOEXCEPT { return __o->test_and_set(); }
126 return __o->test_and_set(__m);
130 return __o->test_and_set(__m);
/freebsd/sys/contrib/zlib/
H A Dzutil.h306 local int test_and_set(int volatile *flag) { in test_and_set() function
317 if (test_and_set(&state->begun)) in z_once()
/freebsd/contrib/llvm-project/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
H A DCoalescingBitVector.h129 void test_and_set(IndexT Index) { in test_and_set() function
/freebsd/contrib/llvm-project/libcxx/include/
H A Datomic532 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;
/freebsd/contrib/llvm-project/libcxx/include/__cxx03/
H A Datomic532 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;
/freebsd/contrib/llvm-project/lldb/tools/driver/
H A DDriver.cpp658 if (!g_interrupt_sent.test_and_set()) { in sigint_handler()
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DSymbolFileDWARF.cpp1917 if (m_dwo_warning_issued.test_and_set(std::memory_order_relaxed) == false) { in GetDwoSymbolFileForCompileUnit()