Searched refs:mTotalDurationMutex (Results 1 – 2 of 2) sorted by relevance
499 const std::scoped_lock<std::mutex> lock(mTotalDurationMutex); in compose()568 const std::scoped_lock<std::mutex> lock(mTotalDurationMutex); in on()1023 const std::scoped_lock<std::mutex> lock(mTotalDurationMutex); in composePwle()1136 const std::scoped_lock<std::mutex> lock(mTotalDurationMutex); in getSimpleDetails()1187 const std::scoped_lock<std::mutex> lock(mTotalDurationMutex); in getCompoundDetails()1322 const std::scoped_lock<std::mutex> lock(mTotalDurationMutex); in waitForComplete()
256 std::mutex mTotalDurationMutex; variable