Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/ctx_profile/
H A DRootAutoDetector.cpp112 static thread_local PerThreadSamples *ThisThreadSamples = in collectStack() local
116 if (!ThisThreadSamples->M.TryLock()) in collectStack()
119 ThisThreadSamples->TrieRoot.insertStack(CurrentStack); in collectStack()
120 ThisThreadSamples->M.Unlock(); in collectStack()