Home
last modified time | relevance | path

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

/system/chre/host/hal_generic/common/
Ddebug_dump_helper.h85 std::unique_lock<std::mutex> lock(mDebugDumpMutex); in debugDumpStart()
119 std::lock_guard<std::mutex> lock(mDebugDumpMutex); in debugDumpComplete()
133 std::mutex mDebugDumpMutex; variable