Home
last modified time | relevance | path

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

/openbsd/src/gnu/llvm/llvm/include/llvm/ADT/
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
DCoalescingBitVector.h129 void test_and_set(IndexT Index) { in test_and_set() function
/openbsd/src/gnu/usr.bin/perl/cpan/Compress-Raw-Zlib/zlib-src/
Dcrc32.c259 local int test_and_set(int volatile *flag) { in test_and_set() function
270 if (test_and_set(&state->begun)) in once()
/openbsd/src/sys/lib/libz/
Dcrc32.c257 local int test_and_set(int volatile *flag) { in test_and_set() function
268 if (test_and_set(&state->begun)) in once()
/openbsd/src/lib/libz/
Dcrc32.c257 local int test_and_set(int volatile *flag) { in test_and_set() function
268 if (test_and_set(&state->begun)) in once()
/openbsd/src/gnu/llvm/libcxx/include/
Datomic463 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 _NOEXCEPT
2365 bool test_and_set(memory_order __m = memory_order_seq_cst) _NOEXCEPT
2443 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);
/openbsd/src/gnu/llvm/lldb/tools/driver/
DDriver.cpp666 if (!g_interrupt_sent.test_and_set()) { in sigint_handler()
/openbsd/src/gnu/llvm/lldb/source/Plugins/SymbolFile/DWARF/
DSymbolFileDWARF.cpp1788 if (m_dwo_warning_issued.test_and_set(std::memory_order_relaxed) == false) { in GetDwoSymbolFileForCompileUnit()