Searched refs:threadOperations (Results 1 – 1 of 1) sorted by relevance
178 std::vector<uint8_t> threadOperations = dataProvider->ConsumeBytes<uint8_t>(opCount); in spawnThreads() local179 std::thread tmpThread = std::thread(loop, threadOperations); in spawnThreads()