Searched refs:mStateMutex (Results 1 – 2 of 2) sorted by relevance
129 std::lock_guard<std::mutex> lock(mStateMutex); in inFlight()208 State mState GUARDED_BY(mStateMutex) = State::PREPARATION;210 std::lock_guard<std::mutex> lock(mStateMutex); in computationStarted()214 std::lock_guard<std::mutex> lock(mStateMutex); in completed()220 mutable std::mutex mStateMutex; variable
531 std::lock_guard<std::mutex> lock(mStateMutex); in checkAndSetComputationState()1175 std::lock_guard<std::mutex> lock(mStateMutex); in finishComputation()