Home
last modified time | relevance | path

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

/freebsd/contrib/llvm-project/compiler-rt/lib/xray/
H A Dxray_basic_logging.cpp42 static SpinMutex LogMutex; variable
246 SpinMutexLock Lock(&LogMutex); in InMemoryRawLog()
269 SpinMutexLock Lock(&LogMutex); in InMemoryRawLogWithArg()
292 SpinMutexLock Lock(&LogMutex); in InMemoryRawLogWithArg()
359 SpinMutexLock L(&LogMutex); in TLDDestructor()
/freebsd/contrib/llvm-project/llvm/lib/DebugInfo/GSYM/
H A DDwarfTransformer.cpp610 std::mutex LogMutex; in convert() local
615 pool.async([this, CUI, &LogMutex, &Out, Die]() mutable { in convert()
621 std::lock_guard<std::mutex> guard(LogMutex); in convert()