Searched refs:readDataThread (Results 1 – 1 of 1) sorted by relevance
524 std::thread readDataThread = std::thread(&PaCapturerTest::ReadDataWorker, this); in ReadData() local525 readDataThread.detach(); in ReadData()