/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/src/c++11/ |
H A D | compatibility-atomic-c++0x.cc | 66 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 D | compatibility-atomic-c++0x.cc | 66 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 D | linux-atomic.c | 208 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 D | linux-atomic.c | 208 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 D | crc32.c | 216 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 D | crc32.c | 216 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 D | crc32.c | 216 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 D | SparseBitVector.h | 102 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 D | CoalescingBitVector.h | 128 void test_and_set(IndexT Index) { in test_and_set() function
|
/netbsd-src/external/apache2/llvm/dist/libcxx/include/ |
H A D | atomic | 519 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 D | atomic_base.h | 200 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 D | atomic_base.h | 225 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 D | atomic | 1144 { return __a->test_and_set(__m); } 1149 { return __a->test_and_set(__m); }
|
H A D | future | 465 if (_M_retrieved.test_and_set())
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
H A D | atomic | 1214 { return __a->test_and_set(__m); } 1219 { return __a->test_and_set(__m); }
|
H A D | future | 479 if (_M_retrieved.test_and_set())
|
/netbsd-src/external/gpl3/gcc/dist/libstdc++-v3/ |
H A D | ChangeLog-2008 | 3363 * 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 D | ChangeLog-2013 | 3522 (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 D | ChangeLog-2009 | 287 * 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 D | ChangeLog-2014 | 2687 * 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 D | ChangeLog-2015 | 4031 * 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 D | ChangeLog-2011 | 702 (test_and_set, clear): Call new atomic built-ins. 835 (atomic_flag::test_and_set): Call __atomic_exchange when it is lockfree,
|
H A D | ChangeLog-2016 | 7726 * 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 D | gcn.md | 1568 ;; TODO compare_and_swap test_and_set inc dec
|
/netbsd-src/external/gpl3/gcc/dist/gcc/config/gcn/ |
H A D | gcn.md | 1875 ;; TODO compare_and_swap test_and_set inc dec
|