Searched refs:memory_order_seq_cst (Results 1 – 9 of 9) sorted by relevance
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/bits/ |
| D | atomic_base.h | 76 inline constexpr memory_order memory_order_seq_cst = memory_order::seq_cst; in _GLIBCXX_VISIBILITY() local 85 memory_order_seq_cst in _GLIBCXX_VISIBILITY() 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() 240 test(memory_order __m = memory_order_seq_cst) const noexcept in _GLIBCXX_VISIBILITY() 248 test(memory_order __m = memory_order_seq_cst) const volatile noexcept in _GLIBCXX_VISIBILITY() 258 memory_order __m = memory_order_seq_cst) const noexcept in _GLIBCXX_VISIBILITY() 284 clear(memory_order __m = memory_order_seq_cst) noexcept in _GLIBCXX_VISIBILITY() 296 clear(memory_order __m = memory_order_seq_cst) volatile noexcept in _GLIBCXX_VISIBILITY() 401 { return __atomic_add_fetch(&_M_i, 1, int(memory_order_seq_cst)); } in _GLIBCXX_VISIBILITY() [all …]
|
| D | shared_ptr_atomic.h | 138 { return std::atomic_load_explicit(__p, memory_order_seq_cst); } in _GLIBCXX_VISIBILITY() 151 { return std::atomic_load_explicit(__p, memory_order_seq_cst); } in _GLIBCXX_VISIBILITY() 175 { std::atomic_store_explicit(__p, std::move(__r), memory_order_seq_cst); } in _GLIBCXX_VISIBILITY() 190 { std::atomic_store_explicit(__p, std::move(__r), memory_order_seq_cst); } in _GLIBCXX_VISIBILITY() 215 memory_order_seq_cst); in _GLIBCXX_VISIBILITY() 234 memory_order_seq_cst); in _GLIBCXX_VISIBILITY() 277 std::move(__w), memory_order_seq_cst, memory_order_seq_cst); in _GLIBCXX_VISIBILITY() 298 std::move(__w), memory_order_seq_cst, memory_order_seq_cst); in _GLIBCXX_VISIBILITY() 330 std::move(__w), memory_order_seq_cst, memory_order_seq_cst); in _GLIBCXX_VISIBILITY() 352 std::move(__w), memory_order_seq_cst, memory_order_seq_cst); in _GLIBCXX_VISIBILITY() [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/std/ |
| D | atomic | 103 store(bool __i, memory_order __m = memory_order_seq_cst) noexcept 107 store(bool __i, memory_order __m = memory_order_seq_cst) volatile noexcept 111 load(memory_order __m = memory_order_seq_cst) const noexcept 115 load(memory_order __m = memory_order_seq_cst) const volatile noexcept 119 exchange(bool __i, memory_order __m = memory_order_seq_cst) noexcept 124 memory_order __m = memory_order_seq_cst) volatile noexcept 139 memory_order __m = memory_order_seq_cst) noexcept 144 memory_order __m = memory_order_seq_cst) volatile noexcept 159 memory_order __m = memory_order_seq_cst) noexcept 164 memory_order __m = memory_order_seq_cst) volatile noexcept [all …]
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/include/c_compatibility/ |
| D | stdatomic.h | 45 using std::memory_order_seq_cst;
|
| /netbsd/src/external/gpl3/gcc/dist/gcc/ginclude/ |
| D | stdatomic.h | 36 memory_order_seq_cst = __ATOMIC_SEQ_CST enumerator
|
| /netbsd/src/external/bsd/ntp/dist/ntpd/ |
| D | refclock_shm.c | 380 atomic_thread_fence(memory_order_seq_cst); in memory_barrier()
|
| /netbsd/src/external/bsd/ntp/dist/ |
| D | configure.ac | 398 atomic_thread_fence(memory_order_seq_cst);
|
| D | configure | 28052 atomic_thread_fence(memory_order_seq_cst);
|
| /netbsd/src/external/gpl3/gcc/dist/libstdc++-v3/ |
| D | ChangeLog-2019 | 5622 memory_order_seq_cst to int.
|