Home
last modified time | relevance | path

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

12

/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/
H A Dcompatibility-atomic-c++0x.cc66 test_and_set(memory_order) noexcept;
73 atomic_flag::test_and_set(memory_order) noexcept in test_and_set() function in std::__atomic0::atomic_flag
100 return d->test_and_set(__m); in atomic_flag_test_and_set_explicit()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/src/c++11/
H A Dcompatibility-atomic-c++0x.cc66 test_and_set(memory_order) noexcept;
73 atomic_flag::test_and_set(memory_order) noexcept in test_and_set() function in std::__atomic0::atomic_flag
100 return d->test_and_set(__m); in atomic_flag_test_and_set_explicit()
/netbsd-src/external/gpl3/gcc/dist/libgcc/config/m68k/
H A Dlinux-atomic.c208 WORD_SYNC_OP (test_and_set, , COMMA, oldval)
209 SUBWORD_SYNC_OP (test_and_set, , COMMA, unsigned char, 1, oldval)
210 SUBWORD_SYNC_OP (test_and_set, , COMMA, unsigned short, 2, oldval)
/netbsd-src/external/gpl3/gcc.old/dist/libgcc/config/m68k/
H A Dlinux-atomic.c208 WORD_SYNC_OP (test_and_set, , COMMA, oldval)
209 SUBWORD_SYNC_OP (test_and_set, , COMMA, unsigned char, 1, oldval)
210 SUBWORD_SYNC_OP (test_and_set, , COMMA, unsigned short, 2, oldval)
/netbsd-src/external/gpl3/binutils/dist/zlib/
H A Dcrc32.c216 local int test_and_set OF((int volatile *));
217 local int test_and_set(flag) in test_and_set() function
233 if (test_and_set(&state->begun))
/netbsd-src/external/gpl3/binutils.old/dist/zlib/
H A Dcrc32.c216 local int test_and_set OF((int volatile *));
217 local int test_and_set(flag) in test_and_set() function
233 if (test_and_set(&state->begun))
/netbsd-src/external/gpl3/gdb/dist/zlib/
H A Dcrc32.c216 local int test_and_set OF((int volatile *));
217 local int test_and_set(flag) in test_and_set() function
233 if (test_and_set(&state->begun))
/netbsd-src/external/apache2/llvm/dist/llvm/include/llvm/ADT/
H A DSparseBitVector.h102 bool test_and_set(unsigned Idx) { in test_and_set() function
531 bool test_and_set(unsigned Idx) { in test_and_set() function
H A DCoalescingBitVector.h128 void test_and_set(IndexT Index) { in test_and_set() function
/netbsd-src/external/apache2/llvm/dist/libcxx/include/
H A Datomic519 bool test_and_set(memory_order m = memory_order_seq_cst) volatile noexcept;
520 bool test_and_set(memory_order m = memory_order_seq_cst) noexcept;
2506 bool test_and_set(memory_order __m = memory_order_seq_cst) volatile _NOEXCEPT
2509 bool test_and_set(memory_order __m = memory_order_seq_cst) _NOEXCEPT
2591 return __o->test_and_set();
2598 return __o->test_and_set();
2605 return __o->test_and_set(__m);
2612 return __o->test_and_set(__m);
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/bits/
H A Datomic_base.h200 test_and_set(memory_order __m = memory_order_seq_cst) noexcept in _GLIBCXX_VISIBILITY()
206 test_and_set(memory_order __m = memory_order_seq_cst) volatile noexcept in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/
H A Datomic_base.h225 test_and_set(memory_order __m = memory_order_seq_cst) noexcept in _GLIBCXX_VISIBILITY()
231 test_and_set(memory_order __m = memory_order_seq_cst) volatile noexcept in _GLIBCXX_VISIBILITY()
/netbsd-src/external/gpl3/gcc.old/dist/libstdc++-v3/include/std/
H A Datomic1144 { return __a->test_and_set(__m); }
1149 { return __a->test_and_set(__m); }
H A Dfuture465 if (_M_retrieved.test_and_set())
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/
H A Datomic1214 { return __a->test_and_set(__m); }
1219 { return __a->test_and_set(__m); }
H A Dfuture479 if (_M_retrieved.test_and_set())
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/
H A DChangeLog-20083363 * testsuite/29_atomics/atomic_flag/test_and_set/explicit.c: Add
3365 * testsuite/29_atomics/atomic_flag/test_and_set/implicit.c: Same.
3809 * testsuite/29_atomics/atomic_flag/test_and_set: Same.
3810 * testsuite/29_atomics/atomic_flag/test_and_set/explicit.c: Same.
3811 * testsuite/29_atomics/atomic_flag/test_and_set/explicit.cc: Same.
3812 * testsuite/29_atomics/atomic_flag/test_and_set/implicit.c: Same.
3813 * testsuite/29_atomics/atomic_flag/test_and_set/implicit.cc: Same.
H A DChangeLog-20133522 (atomic_thread_fence, atomic_signal_fence, test_and_set,
4469 * testsuite/29_atomics/atomic_flag/test_and_set/explicit-hle.cc:
4486 * testsuite/29_atomics/atomic_flag/test_and_set/explicit-hle.cc:
H A DChangeLog-2009287 * testsuite/29_atomics/atomic_flag/test_and_set/explicit.c
288 * testsuite/29_atomics/atomic_flag/test_and_set/explicit.cc: Same.
289 * testsuite/29_atomics/atomic_flag/test_and_set/implicit.c
290 * testsuite/29_atomics/atomic_flag/test_and_set/implicit.cc: Same.
10066 * testsuite/29_atomics/atomic_flag/test_and_set/explicit.c: Likewise.
10067 * testsuite/29_atomics/atomic_flag/test_and_set/explicit.cc: Likewise.
10068 * testsuite/29_atomics/atomic_flag/test_and_set/implicit.c: Likewise.
10069 * testsuite/29_atomics/atomic_flag/test_and_set/implicit.cc: Likewise.
H A DChangeLog-20142687 * testsuite/29_atomics/atomic_flag/test_and_set/
2689 * testsuite/29_atomics/atomic_flag/test_and_set/explicit.cc: Likewise.
2690 * testsuite/29_atomics/atomic_flag/test_and_set/implicit.cc: Likewise.
H A DChangeLog-20154031 * testsuite/29_atomics/atomic_flag/test_and_set/explicit.cc: Likewise.
4032 * testsuite/29_atomics/atomic_flag/test_and_set/implicit.cc: Likewise.
H A DChangeLog-2011702 (test_and_set, clear): Call new atomic built-ins.
835 (atomic_flag::test_and_set): Call __atomic_exchange when it is lockfree,
H A DChangeLog-20167726 * testsuite/29_atomics/atomic_flag/test_and_set/explicit-hle.cc: Skip
7799 * testsuite/29_atomics/atomic_flag/test_and_set/explicit-hle.cc:
7980 * testsuite/29_atomics/atomic_flag/test_and_set/explicit-hle.cc:
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/gcn/
H A Dgcn.md1568 ;; TODO compare_and_swap test_and_set inc dec
/netbsd-src/external/gpl3/gcc/dist/gcc/config/gcn/
H A Dgcn.md1875 ;; TODO compare_and_swap test_and_set inc dec

12