Searched refs:writeThread1 (Results 1 – 1 of 1) sorted by relevance
290 unique_ptr<thread> writeThread1 = nullptr; in TestPlayback() local292 writeThread1 = make_unique<thread>(&InterruptMultiRendererTest::WriteBuffer, this, in TestPlayback()305 if (writeThread1 && writeThread1->joinable()) { in TestPlayback()306 writeThread1->join(); in TestPlayback()