Home
last modified time | relevance | path

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

/packages/modules/NeuralNetworks/runtime/
DExecutionBuilder.h129 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
DExecutionBuilder.cpp531 std::lock_guard<std::mutex> lock(mStateMutex); in checkAndSetComputationState()
1175 std::lock_guard<std::mutex> lock(mStateMutex); in finishComputation()