Searched refs:mGraphTerminationThread (Results 1 – 2 of 2) sorted by relevance
160 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()
97 std::thread mGraphTerminationThread; variable