HomeSort by: relevance | last modified time | path
    Searched refs:atomic_fetch_add (Results 1 - 25 of 51) sorted by relevancy

1 2 3

  /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
sanitizer_mutex.h 123 u32 prev = atomic_fetch_add(&state_, kReadLock, memory_order_acquire);
sanitizer_stackdepot.cc 97 atomic_fetch_add(&node_->hash_and_use_count, 1, memory_order_relaxed) &
sanitizer_tls_get_addr.cc 60 atomic_fetch_add(&number_of_live_dtls, 1, memory_order_relaxed);
  /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);
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
sanitizer_stackdepot.cpp 72 atomic_fetch_add(&useCounts[id_], 1, memory_order_relaxed);
sanitizer_tls_get_addr.cpp 68 atomic_fetch_add(&number_of_live_dtls, 1, memory_order_relaxed);
  /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);
tsan_external.cc 77 uptr new_tag = atomic_fetch_add(&used_tags, 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);
tsan_external.cpp 78 uptr new_tag = atomic_fetch_add(&used_tags, 1, memory_order_relaxed);
  /src/external/gpl3/gcc.old/dist/libsanitizer/hwasan/
hwasan_thread.cpp 45 unique_id_ = atomic_fetch_add(&unique_id, 1, memory_order_relaxed);
  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/dd/
dd_rtl.cc 102 uptr id = atomic_fetch_add(&id_gen, 1, memory_order_relaxed);
  /src/external/apache2/llvm/dist/clang/lib/Headers/
stdatomic.h 132 #define atomic_fetch_add(object, operand) __c11_atomic_fetch_add(object, operand, __ATOMIC_SEQ_CST) macro
  /src/external/gpl3/gcc.old/dist/libstdc++-v3/include/c_compatibility/
stdatomic.h 110 using std::atomic_fetch_add;
  /src/sys/external/bsd/drm2/include/linux/
atomic.h 210 atomic_fetch_add(int value, atomic_t *atomic) function
227 return atomic_fetch_add(1, atomic);
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_rtl.cc 45 if (atomic_fetch_add(&num_calls, 1, memory_order_relaxed) != 0) {
73 if (atomic_fetch_add(&num_calls, 1, memory_order_relaxed) == 0) {

Completed in 40 milliseconds

1 2 3