Searched refs:threadIndices (Results 1 – 1 of 1) sorted by relevance
362 std::vector<size_t> threadIndices; in schedule() local364 while (threadIndices.size() < tasks.size()) { in schedule()367 threadIndices.push_back(i); in schedule()368 if (threadIndices.size() == tasks.size()) break; in schedule()370 if (threadIndices.size() < tasks.size()) { in schedule()377 for (size_t i = 0; i < threadIndices.size(); ++i) { in schedule()378 mThreads[threadIndices[i]]->run(resHandle, waitGroup, tasks[i]); in schedule()