Home
last modified time | relevance | path

Searched refs:ProfilingStarted (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrProfiling.cpp45 __sanitizer::atomic_uint8_t ProfilingStarted = {}; variable
337 if (IsUnderContext || !__sanitizer::atomic_load_relaxed(&ProfilingStarted)) in getUnhandledContext()
455 __sanitizer::atomic_store_relaxed(&ProfilingStarted, true); in __llvm_ctx_profile_start_collection()
459 __sanitizer::atomic_store_relaxed(&ProfilingStarted, false); in __llvm_ctx_profile_fetch()
501 __sanitizer::atomic_store_relaxed(&ProfilingStarted, false); in __llvm_ctx_profile_free()