Home
last modified time | relevance | path

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

/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/include/manager/
H A Ddump_implement.h103 mutable std::mutex mutexCmdLock_; variable
/ohos5.0/base/hiviewdfx/hidumper/frameworks/native/src/manager/
H A Ddump_implement.cpp262 std::lock_guard<std::mutex> lock(mutexCmdLock_); // lock for optind value safe in CmdParseWithParameter()