Searched refs:tmpThread (Results 1 – 1 of 1) sorted by relevance
179 std::thread tmpThread = std::thread(loop, threadOperations); in spawnThreads() local180 threads.push_back(std::move(tmpThread)); in spawnThreads()