Searched refs:mDebugDumpMutex (Results 1 – 1 of 1) sorted by relevance
118 std::unique_lock<std::mutex> lock(mDebugDumpMutex); in debug()538 std::lock_guard<std::mutex> lock(mParent.mDebugDumpMutex); in handleDebugDumpResponse()591 std::mutex mDebugDumpMutex; variable