Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hilog/frameworks/libhilog/
H A Dhilog_printf.cpp329 static std::mutex fatalMessageBufMutex; in HiLogPrintArgs() local
330 std::lock_guard<std::mutex> lock(fatalMessageBufMutex); in HiLogPrintArgs()