| /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/ |
| sanitizer_atomic_clang_mips.h | 41 INLINE atomic_uint64_t::Type atomic_fetch_add(volatile atomic_uint64_t *ptr, function in namespace:__sanitizer 62 return atomic_fetch_add(ptr, -val, mo); 100 return atomic_fetch_add(Newptr, zero, mo);
|
| sanitizer_termination.cc | 73 if (atomic_fetch_add(&num_calls, 1, memory_order_relaxed) > 10) {
|
| sanitizer_atomic_clang.h | 47 INLINE typename T::Type atomic_fetch_add(volatile T *a, function in namespace:__sanitizer
|
| sanitizer_atomic_msvc.h | 115 INLINE u32 atomic_fetch_add(volatile atomic_uint32_t *a, function in namespace:__sanitizer 123 INLINE uptr atomic_fetch_add(volatile atomic_uintptr_t *a, function in namespace:__sanitizer
|
| /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/ |
| sanitizer_atomic_clang_mips.h | 40 inline atomic_uint64_t::Type atomic_fetch_add(volatile atomic_uint64_t *ptr, function in namespace:__sanitizer 61 return atomic_fetch_add(ptr, -val, mo); 99 return atomic_fetch_add(Newptr, zero, mo);
|
| sanitizer_atomic_clang.h | 46 inline typename T::Type atomic_fetch_add(volatile T *a, function in namespace:__sanitizer
|
| sanitizer_allocator_stats.h | 30 atomic_fetch_add(&stats_[i], v, memory_order_relaxed);
|
| sanitizer_atomic_msvc.h | 105 inline u32 atomic_fetch_add(volatile atomic_uint32_t *a, function in namespace:__sanitizer 113 inline uptr atomic_fetch_add(volatile atomic_uintptr_t *a, function in namespace:__sanitizer
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/ |
| sanitizer_atomic_clang_mips.h | 40 inline atomic_uint64_t::Type atomic_fetch_add(volatile atomic_uint64_t *ptr, function in namespace:__sanitizer 61 return atomic_fetch_add(ptr, -val, mo); 99 return atomic_fetch_add(Newptr, zero, mo);
|
| sanitizer_atomic_clang.h | 46 inline typename T::Type atomic_fetch_add(volatile T *a, function in namespace:__sanitizer
|
| sanitizer_persistent_allocator.h | 89 atomic_fetch_add(&mapped_size, allocsz, memory_order_relaxed);
|
| /src/external/mpl/bind/dist/tests/isc/ |
| stream_shutdown.c | 55 atomic_fetch_add(&cconnects, 1); 128 atomic_fetch_add(&creads, 1); 141 atomic_fetch_add(&csends, 1); 158 atomic_fetch_add(&cconnects, 1);
|
| job_test.c | 63 unsigned int n = atomic_fetch_add(&executed, 1); 66 atomic_fetch_add(&scheduled, 1); 76 atomic_fetch_add(&scheduled, 1);
|
| netmgr_common.c | 267 (void)atomic_fetch_add(&saccepts, 1); 300 if (have_expected_csends(atomic_fetch_add(&csends, 1) + 1)) { 342 if (have_expected_creads(atomic_fetch_add(&creads, 1) + 1)) { 390 if (have_expected_cconnects(atomic_fetch_add(&cconnects, 1) + 1)) { 424 if (have_expected_ssends(atomic_fetch_add(&ssends, 1) + 1)) { 457 if (have_expected_sreads(atomic_fetch_add(&sreads, 1) + 1)) { 503 if (have_expected_saccepts(atomic_fetch_add(&saccepts, 1) + 1)) { 525 if (have_expected_saccepts(atomic_fetch_add(&saccepts, 1) + 1)) { 567 atomic_fetch_add(&ctimeouts, 1) + 1 < expected_ctimeouts) 732 if (have_expected_cconnects(atomic_fetch_add(&cconnects, 1) + 1)) [all...] |
| work_test.c | 47 atomic_fetch_add(&scheduled, 1);
|
| async_test.c | 49 atomic_fetch_add(&scheduled, 1);
|
| loop_test.c | 45 atomic_fetch_add(&scheduled, 1);
|
| timer_test.c | 138 int tick = atomic_fetch_add(&eventcnt, 1); 204 int tick = atomic_fetch_add(&eventcnt, 1); 263 int tick = atomic_fetch_add(&eventcnt, 1); 340 tick = atomic_fetch_add(&eventcnt, 1);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/xray/ |
| xray_fdr_log_writer.h | 89 atomic_fetch_add(Buffer.Extents, sizeof(T), memory_order_acq_rel); 119 atomic_fetch_add(Buffer.Extents, Size, memory_order_acq_rel); 163 atomic_fetch_add(Buffer.Extents, sizeof(R) + sizeof(A), 188 atomic_fetch_add(Buffer.Extents, sizeof(R) + EventSize, 211 atomic_fetch_add(Buffer.Extents, EventSize, memory_order_acq_rel);
|
| xray_buffer_queue.cc | 54 atomic_fetch_add(&C->RefCount, 1, memory_order_acq_rel); 112 atomic_fetch_add(&Generation, 1, memory_order_acq_rel);
|
| /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/ |
| tsan_suppressions.cc | 109 atomic_fetch_add(&(*sp)->hit_count, 1, memory_order_relaxed); 147 atomic_fetch_add(&s->hit_count, 1, memory_order_relaxed);
|
| /src/external/gpl3/gcc/dist/libsanitizer/tsan/ |
| tsan_suppressions.cpp | 102 atomic_fetch_add(&(*sp)->hit_count, 1, memory_order_relaxed); 140 atomic_fetch_add(&s->hit_count, 1, memory_order_relaxed);
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/tsan/ |
| tsan_suppressions.cpp | 100 atomic_fetch_add(&(*sp)->hit_count, 1, memory_order_relaxed); 138 atomic_fetch_add(&s->hit_count, 1, memory_order_relaxed);
|
| /src/external/mpl/bind/dist/tests/ns/ |
| netmgr_wrap.c | 58 atomic_fetch_add(&client_refs[i], 1);
|
| /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/ |
| hwasan_thread.cpp | 45 unique_id_ = atomic_fetch_add(&unique_id, 1, memory_order_relaxed);
|