Searched refs:mProduceThread (Results 1 – 1 of 1) sorted by relevance
58 mProduceThread = std::thread(&TinyalsaSource::producerThread, this); in TinyalsaSource()63 mProduceThread.join(); in ~TinyalsaSource()209 std::thread mProduceThread; member