Searched refs:depthProfileMutex_ (Results 1 – 2 of 2) sorted by relevance
181 std::lock_guard<std::mutex> lock(depthProfileMutex_); in SetDepthProfile()187 std::lock_guard<std::mutex> lock(depthProfileMutex_); in GetDepthProfile()
174 std::mutex depthProfileMutex_; variable