Searched refs:mStateMutex (Results 1 – 2 of 2) sorted by relevance
139 std::lock_guard<std::mutex> lock(mStateMutex); in inFlight()143 std::lock_guard<std::mutex> lock(mStateMutex); in completed()231 State mState GUARDED_BY(mStateMutex) = State::PREPARATION;233 std::lock_guard<std::mutex> lock(mStateMutex); in computationStarted()239 mutable std::mutex mStateMutex; variable
570 std::lock_guard<std::mutex> lock(mStateMutex); in checkAndSetComputationState()1221 std::lock_guard<std::mutex> lock(mStateMutex); in finishComputation()