Searched refs:queueThread (Results 1 – 3 of 3) sorted by relevance
413 std::thread queueThread(&GraphicsTrackerTest::queueBuffer, this, &frameQueue); in TEST_F() local432 if (queueThread.joinable()) { in TEST_F()433 queueThread.join(); in TEST_F()471 std::thread queueThread(&GraphicsTrackerTest::queueBuffer, this, &frameQueue); in TEST_F() local504 if (queueThread.joinable()) { in TEST_F()505 queueThread.join(); in TEST_F()578 std::thread queueThread(&GraphicsTrackerTest::queueBuffer, this, &frameQueue); in TEST_F() local665 if (queueThread.joinable()) { in TEST_F()666 queueThread.join(); in TEST_F()
110 std::thread queueThread{[&] { in TEST() local137 queueThread.join(); in TEST()
56420 method public void queueThread(org.apache.http.impl.conn.tsccm.WaitingThread);