Home
last modified time | relevance | path

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

/ohos5.0/foundation/ability/ability_runtime/tools/aa/src/
H A Dshell_command_executor.cpp58 std::lock_guard<std::mutex> copyLock(mtxCopy_); in WaitWorkDone()
108 std::lock_guard<std::mutex> copyLock(mtxCopy_); in DoWork()
/ohos5.0/foundation/ability/ability_runtime/tools/aa/include/
H A Dshell_command_executor.h62 std::mutex mtxCopy_; variable