Searched refs:mDebugDumpMutex (Results 1 – 1 of 1) sorted by relevance
85 std::unique_lock<std::mutex> lock(mDebugDumpMutex); in debugDumpStart()119 std::lock_guard<std::mutex> lock(mDebugDumpMutex); in debugDumpComplete()133 std::mutex mDebugDumpMutex; variable