Searched refs:LogMutex (Results 1 – 2 of 2) sorted by relevance
42 static SpinMutex LogMutex; variable246 SpinMutexLock Lock(&LogMutex); in InMemoryRawLog()269 SpinMutexLock Lock(&LogMutex); in InMemoryRawLogWithArg()292 SpinMutexLock Lock(&LogMutex); in InMemoryRawLogWithArg()359 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()