Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/plugins/faultlogger/service/sanitizer_collector/gwp_asan/
H A Dgwpasan_collector.cpp57 static std::mutex sMutex; in WriteGwpAsanLog() local
58 std::lock_guard<std::mutex> lock(sMutex); in WriteGwpAsanLog()