Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/inner_include/
H A Dio_collector_impl.h63 std::mutex exportFileMutex_; variable
/ohos5.0/base/hiviewdfx/hiview/framework/native/unified_collection/collector/
H A Dio_collector_impl.cpp168 std::unique_lock<std::mutex> lock(exportFileMutex_); in CreateExportFileName()