Home
last modified time | relevance | path

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

/external/llvm-project/compiler-rt/lib/xray/
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()
/external/llvm-project/llvm/lib/DebugInfo/GSYM/
DDwarfTransformer.cpp454 std::mutex LogMutex; in convert() local
459 pool.async([this, CUI, &LogMutex, Die]() mutable { in convert()
466 std::lock_guard<std::mutex> guard(LogMutex); in convert()