| /src/sys/external/bsd/compiler_rt/dist/lib/asan/ |
| asan_stack.cc | 23 atomic_store(&malloc_context_size, size, memory_order_release);
|
| /src/external/mpl/bind/dist/tests/isc/ |
| doh_test.c | 319 atomic_store(&total_sends, NSENDS * NWRITES); 320 atomic_store(&nsends, atomic_load(&total_sends)); 322 atomic_store(&csends, 0); 323 atomic_store(&creads, 0); 324 atomic_store(&sreads, 0); 325 atomic_store(&ssends, 0); 326 atomic_store(&ctimeouts, 0); 327 atomic_store(&active_cconnects, 0); 336 atomic_store(&POST, false); 337 atomic_store(&use_TLS, false) [all...] |
| uv_wrap.h | 299 atomic_store(&__state_uv_udp_open, 0); \ 300 atomic_store(&__state_uv_udp_bind, 0); \ 301 atomic_store(&__state_uv_udp_connect, 0); \ 302 atomic_store(&__state_uv_udp_getpeername, 0); \ 303 atomic_store(&__state_uv_udp_getsockname, 0); \ 304 atomic_store(&__state_uv_udp_send, 0); \ 305 atomic_store(&__state_uv_udp_recv_start, 0); \ 306 atomic_store(&__state_uv_udp_recv_stop, 0); \ 307 atomic_store(&__state_uv_tcp_open, 0); \ 308 atomic_store(&__state_uv_tcp_bind, 0); [all...] |
| tcp_test.c | 102 atomic_store(&check_listener_quota, true); 108 atomic_store(&check_listener_quota, true); 114 atomic_store(&check_listener_quota, true); 119 atomic_store(&check_listener_quota, true);
|
| proxystream_test.c | 126 atomic_store(&check_listener_quota, true); 132 atomic_store(&check_listener_quota, true); 138 atomic_store(&check_listener_quota, true); 143 atomic_store(&check_listener_quota, true); 205 atomic_store(&check_listener_quota, true); 211 atomic_store(&check_listener_quota, true); 217 atomic_store(&check_listener_quota, true); 222 atomic_store(&check_listener_quota, true);
|
| tls_test.c | 99 atomic_store(&check_listener_quota, true); 104 atomic_store(&check_listener_quota, true); 109 atomic_store(&check_listener_quota, true); 115 atomic_store(&check_listener_quota, true);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_persistent_allocator.h | 56 atomic_store(®ion_pos, 0, memory_order_relaxed); 60 atomic_store(®ion_end, mem + allocsz, memory_order_release); 61 atomic_store(®ion_pos, mem, memory_order_release);
|
| sanitizer_allocator_stats.h | 36 atomic_store(&stats_[i], v, memory_order_relaxed); 41 atomic_store(&stats_[i], v, memory_order_relaxed); 45 atomic_store(&stats_[i], v, memory_order_relaxed);
|
| sanitizer_atomic.h | 82 atomic_store(a, v, memory_order_relaxed);
|
| sanitizer_mutex.h | 26 atomic_store(&state_, 0, memory_order_relaxed); 40 atomic_store(&state_, 0, memory_order_release); 101 atomic_store(&state_, kUnlocked, memory_order_relaxed);
|
| sanitizer_libignore.cc | 87 atomic_store(&ignored_ranges_count_, idx + 1, memory_order_release); 116 atomic_store(&instrumented_ranges_count_, idx + 1,
|
| /src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
| xray_recursion_guard.h | 51 atomic_store(&Running, 0, memory_order_release);
|
| xray_init.cc | 75 atomic_store(&XRayFlagsInitialized, true, memory_order_release); 91 atomic_store(&XRayInitialized, true, memory_order_release);
|
| xray_profiling.cc | 95 atomic_store(&TLD.Allocators, 0, memory_order_release); 133 atomic_store(&TLD.Allocators, Allocators, memory_order_release); 146 atomic_store(&TLD.FCT, FCT, memory_order_release); 220 atomic_store(&ProfilerLogFlushStatus, 264 atomic_store(&ProfilerLogFlushStatus, XRayLogFlushStatus::XRAY_LOG_FLUSHED, 266 atomic_store(&ProfilerLogStatus, XRayLogInitStatus::XRAY_LOG_UNINITIALIZED, 347 atomic_store(&ProfilerLogStatus, XRayLogInitStatus::XRAY_LOG_FINALIZED, 400 atomic_store(&ProfilerLogStatus, 417 atomic_store(&ProfilerLogStatus, 478 atomic_store(&ProfilerLogStatus, XRayLogInitStatus::XRAY_LOG_INITIALIZED [all...] |
| xray_interface.cc | 217 atomic_store(&XRayPatching, false, 245 atomic_store(&XRayPatching, false, 307 atomic_store(&XRayPatching, false, 377 atomic_store(&__xray::XRayPatchedFunction, 389 atomic_store(&__xray::XRayPatchedCustomEvent, 401 atomic_store(&__xray::XRayPatchedTypedEvent, 457 atomic_store(&XRayArgLogger, reinterpret_cast<uint64_t>(entry),
|
| xray_buffer_queue.cc | 116 atomic_store(&BackingStore->RefCount, 1, memory_order_release); 117 atomic_store(&ExtentsBackingStore->RefCount, 1, memory_order_release); 128 atomic_store(Buf.Extents, 0, memory_order_release); 141 atomic_store(&Finalizing, 0, memory_order_release); 213 atomic_store(B->Buff.Extents, atomic_load(Buf.Extents, memory_order_acquire),
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_allocator_stats.h | 35 atomic_store(&stats_[i], v, memory_order_relaxed); 40 atomic_store(&stats_[i], v, memory_order_relaxed); 44 atomic_store(&stats_[i], v, memory_order_relaxed);
|
| sanitizer_persistent_allocator.h | 79 atomic_store(®ion_pos, 0, memory_order_relaxed); 92 atomic_store(®ion_end, mem + allocsz, memory_order_release); 93 atomic_store(®ion_pos, mem, memory_order_release);
|
| sanitizer_atomic.h | 81 atomic_store(a, v, memory_order_relaxed);
|
| sanitizer_libignore.cpp | 86 atomic_store(&ignored_ranges_count_, idx + 1, memory_order_release); 115 atomic_store(&instrumented_ranges_count_, idx + 1,
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_atomic.h | 81 atomic_store(a, v, memory_order_relaxed);
|
| sanitizer_allocator.cpp | 43 atomic_store(&internal_allocator_initialized, 1, memory_order_release); 194 atomic_store(&allocator_may_return_null, may_return_null, 210 atomic_store(&rss_limit_exceeded, limit_exceeded, memory_order_relaxed);
|
| sanitizer_libignore.cpp | 86 atomic_store(&ignored_ranges_count_, idx + 1, memory_order_release); 115 atomic_store(&instrumented_ranges_count_, idx + 1,
|
| /src/common/lib/libc/arch/arm/atomic/ |
| Makefile.inc | 27 atomic_load.c atomic_store.c \
|
| /src/common/lib/libc/arch/sparc/atomic/ |
| Makefile.inc | 49 atomic_load.c atomic_store.c \
|