Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/
H A DCtxInstrProfiling.cpp44 __thread bool IsUnderContext = false; variable
293 IsUnderContext = true; in tryStartContextGivenRoot()
337 if (IsUnderContext || !__sanitizer::atomic_load_relaxed(&ProfilingStarted)) in getUnhandledContext()
422 IsUnderContext = false; in __llvm_ctx_profile_release_context()