| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/ |
| HD | scudo_tsd.h | 34 atomic_store_relaxed(&Precedence, 0); in ALIGNED() 38 atomic_store_relaxed(&Precedence, static_cast<uptr>( in ALIGNED() 44 atomic_store_relaxed(&Precedence, 0); in ALIGNED()
|
| HD | scudo_allocator.cpp | 156 atomic_store_relaxed(getAtomicHeader(Ptr), NewPackedHeader); in storeHeader() 262 atomic_store_relaxed(&HashAlgorithm, CRC32Hardware); in init() 285 atomic_store_relaxed(&RssLastCheckedAtNS, MonotonicNanoTime()); in init() 653 atomic_store_relaxed(&RssLimitExceeded, false); in isRssLimitExceeded() 656 atomic_store_relaxed(&RssLimitExceeded, true); in isRssLimitExceeded()
|
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/scudo/standalone/ |
| HD | tsd.h | 44 atomic_store_relaxed(&Precedence, 0); in ALIGNED() 48 atomic_store_relaxed( in ALIGNED() 54 atomic_store_relaxed(&Precedence, 0); in ALIGNED()
|
| HD | quarantine.h | 94 atomic_store_relaxed(&From->Size, 0); in transfer() 166 void addToSize(uptr add) { atomic_store_relaxed(&Size, getSize() + add); } in addToSize() 167 void subFromSize(uptr sub) { atomic_store_relaxed(&Size, getSize() - sub); } in subFromSize() 183 atomic_store_relaxed(&MaxSize, Size); in initLinkerInitialized() 184 atomic_store_relaxed(&MinSize, Size / 10 * 9); // 90% of max size. in initLinkerInitialized() 185 atomic_store_relaxed(&MaxCacheSize, CacheSize); in initLinkerInitialized()
|
| HD | stats.h | 37 atomic_store_relaxed(&StatsArray[I], V); in add() 42 atomic_store_relaxed(&StatsArray[I], V); in sub() 45 void set(StatType I, uptr V) { atomic_store_relaxed(&StatsArray[I], V); } in set()
|
| HD | atomic_helpers.h | 125 inline void atomic_store_relaxed(volatile T *A, typename T::Type V) { in atomic_store_relaxed() function
|
| HD | chunk.h | 117 atomic_store_relaxed(getAtomicHeader(Ptr), NewPackedHeader); in storeHeader()
|
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| HD | sanitizer_quarantine.h | 89 atomic_store_relaxed(&max_size_, size); in Init() 90 atomic_store_relaxed(&min_size_, size / 10 * 9); // 90% of max size. in Init() 91 atomic_store_relaxed(&max_cache_size_, cache_size); in Init() 237 atomic_store_relaxed(&from_cache->size_, 0); in Transfer() 308 atomic_store_relaxed(&size_, Size() + add); in SizeAdd() 311 atomic_store_relaxed(&size_, Size() - sub); in SizeSub()
|
| HD | sanitizer_atomic.h | 80 INLINE void atomic_store_relaxed(volatile T *a, typename T::Type v) { in atomic_store_relaxed() function
|
| HD | sanitizer_allocator.cpp | 250 atomic_store_relaxed(&allocator_out_of_memory, 1); in SetAllocatorOutOfMemory()
|
| HD | sanitizer_symbolizer_report.cpp | 286 atomic_store_relaxed(&reporting_thread, 0); in ~ScopedErrorReportLock()
|
| HD | sanitizer_linux_libcdep.cpp | 315 atomic_store_relaxed(&thread_descriptor_size, val); in ThreadDescriptorSize()
|
| HD | sanitizer_linux.cpp | 2130 atomic_store_relaxed(&skip_getrandom_syscall, 1); in GetRandom()
|
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/ |
| HD | tsan_sync.h | 91 atomic_store_relaxed(&flags, atomic_load_relaxed(&flags) | f); in SetFlags() 103 atomic_store_relaxed(&flags, current | (flagz & MutexCreationFlagMask)); in UpdateFlags()
|
| HD | tsan_interface_ann.cpp | 93 atomic_store_relaxed(&race->addcount, in AddExpectRace() 104 atomic_store_relaxed(&race->hitcount, 0); in AddExpectRace() 105 atomic_store_relaxed(&race->addcount, 1); in AddExpectRace()
|
| HD | tsan_clock.cpp | 302 atomic_store_relaxed(ref, 2); in ReleaseStore() 419 atomic_store_relaxed(ref_ptr(tab_), 1); in Resize()
|
| HD | tsan_sync.cpp | 44 atomic_store_relaxed(&flags, 0); in Reset()
|
| HD | tsan_rtl_report.cpp | 506 atomic_store_relaxed(&ctx->last_symbolize_time_ns, NanoTime()); in OutputReport()
|
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| HD | hwasan_allocator.cpp | 83 atomic_store_relaxed(&hwasan_allocator_tagging_enabled, in HwasanAllocatorInit() 379 atomic_store_relaxed(&hwasan_allocator_tagging_enabled, 1); in __hwasan_enable_allocator_tagging() 383 atomic_store_relaxed(&hwasan_allocator_tagging_enabled, 0); in __hwasan_disable_allocator_tagging()
|
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/ubsan_minimal/ |
| HD | ubsan_minimal_handlers.cpp | 49 __sanitizer::atomic_store_relaxed(&caller_pcs[sz], caller); in report_this_error()
|
| /freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/ |
| HD | lsan_common.cpp | 768 atomic_store_relaxed(&s->hit_count, atomic_load_relaxed(&s->hit_count) + in ApplySuppressions()
|