Lines Matching defs:queue
30 #include <queue>818 std::vector<std::queue<uint32_t>> perDeviceQueue(deviceCount);820 // This helper function enqueues the operation on the appropriate queue.858 auto& queue = perDeviceQueue[deviceIndex];859 while (!queue.empty()) {860 uint32_t operationIndex = queue.front();861 queue.pop();