Home
last modified time | relevance | path

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

/packages/services/Car/cpp/computepipe/runner/graph/
DStreamSetObserver.cpp160 if (mGraphTerminationThread.joinable()) { in stopObservingStreams()
161 mGraphTerminationThread.join(); in stopObservingStreams()
163 mGraphTerminationThread = std::thread([streamGraphInterface(mStreamGraphInterface)]() { in stopObservingStreams()
189 mGraphTerminationThread = std::thread([streamGraphInterface(mStreamGraphInterface)]() { in reportStreamClosed()
196 if (mGraphTerminationThread.joinable()) { in ~StreamSetObserver()
197 mGraphTerminationThread.join(); in ~StreamSetObserver()
DStreamSetObserver.h97 std::thread mGraphTerminationThread; variable