| /freebsd/contrib/llvm-project/compiler-rt/lib/sanitizer_common/ |
| H A D | sanitizer_allocator.cpp | 29 static atomic_uint8_t internal_allocator_initialized; 179 static atomic_uint8_t allocator_out_of_memory = {0}; 180 static atomic_uint8_t allocator_may_return_null = {0}; 204 static atomic_uint8_t rss_limit_exceeded;
|
| H A D | sanitizer_atomic.h | 41 struct atomic_uint8_t { struct
|
| H A D | sanitizer_atomic_msvc.h | 147 inline u8 atomic_exchange(volatile atomic_uint8_t *a, in atomic_exchange() 168 inline bool atomic_compare_exchange_strong(volatile atomic_uint8_t *a, in atomic_compare_exchange_strong()
|
| H A D | sanitizer_stackdepot.cpp | 121 atomic_uint8_t run_ = {};
|
| H A D | sanitizer_common.cpp | 408 static atomic_uint8_t in_crash_state = {}; in __sanitizer_acquire_crash_state()
|
| H A D | sanitizer_mutex.h | 48 atomic_uint8_t state_;
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/xray/ |
| H A D | xray_recursion_guard.h | 34 atomic_uint8_t &Running; 38 explicit inline RecursionGuard(atomic_uint8_t &R) in RecursionGuard()
|
| H A D | xray_init.cpp | 48 atomic_uint8_t XRayInitialized{0}; 60 atomic_uint8_t XRayFlagsInitialized{0};
|
| H A D | xray_profiling.cpp | 60 thread_local atomic_uint8_t ReentranceGuard{0}; 65 thread_local atomic_uint8_t TLDInitGuard{0}; 69 thread_local atomic_uint8_t ThreadExitingLatch{0};
|
| H A D | xray_basic_logging.cpp | 76 static atomic_uint8_t BasicInitialized{0}; 80 thread_local atomic_uint8_t Guard{0}; 82 static atomic_uint8_t UseRealTSC{0};
|
| H A D | xray_buffer_queue.h | 141 atomic_uint8_t Finalizing;
|
| H A D | xray_interface.cpp | 38 extern __sanitizer::atomic_uint8_t XRayInitialized; 84 atomic_uint8_t XRayPatching{0};
|
| H A D | xray_profile_collector.cpp | 101 static atomic_uint8_t CollectorInitialized{0};
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/rtsan/ |
| H A D | rtsan.cpp | 36 static atomic_uint8_t rtsan_initialized = {
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/__atomic/ |
| H A D | aliases.h | 68 using atomic_uint8_t = atomic<uint8_t>; variable
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/hwasan/ |
| H A D | hwasan_allocator.h | 39 atomic_uint8_t chunk_state;
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/lsan/ |
| H A D | lsan_allocator.cpp | 70 atomic_store(reinterpret_cast<atomic_uint8_t *>(m), 1, memory_order_relaxed); in RegisterAllocation() 79 atomic_store(reinterpret_cast<atomic_uint8_t *>(m), 0, memory_order_relaxed); in RegisterDeallocation()
|
| /freebsd/contrib/llvm-project/libcxx/include/__atomic/ |
| H A D | aliases.h | 69 using atomic_uint8_t = atomic<uint8_t>; variable
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/asan/ |
| H A D | asan_thread.h | 175 atomic_uint8_t stack_switching_;
|
| H A D | asan_rtl.cpp | 75 static atomic_uint8_t asan_inited = {0};
|
| /freebsd/contrib/llvm-project/libcxx/include/__cxx03/ |
| H A D | stdatomic.h | 163 using std::atomic_uint8_t _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/libcxx/include/ |
| H A D | stdatomic.h | 172 using std::atomic_uint8_t _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/libcxx/modules/std/ |
| H A D | atomic.cppm | |
| H A D | atomic.inc | 87 using std::atomic_uint8_t _LIBCPP_USING_IF_EXISTS;
|
| /freebsd/contrib/llvm-project/compiler-rt/lib/memprof/ |
| H A D | memprof_allocator.cpp | 292 atomic_uint8_t destructing; 293 atomic_uint8_t constructed;
|