Searched refs:LogMutex (Results 1 – 2 of 2) sorted by relevance
43 static SpinMutex LogMutex; variable247 SpinMutexLock Lock(&LogMutex); in InMemoryRawLog()270 SpinMutexLock Lock(&LogMutex); in InMemoryRawLogWithArg()293 SpinMutexLock Lock(&LogMutex); in InMemoryRawLogWithArg()360 SpinMutexLock L(&LogMutex); in TLDDestructor()
454 std::mutex LogMutex; in convert() local459 pool.async([this, CUI, &LogMutex, Die]() mutable { in convert()466 std::lock_guard<std::mutex> guard(LogMutex); in convert()