Searched refs:req_it (Results 1 – 1 of 1) sorted by relevance
868 PendingRequestsQueue::iterator req_it = q.begin(); in MoveRequestsToJob() local869 while (req_it != q.end()) { in MoveRequestsToJob()870 Request* req = *req_it; in MoveRequestsToJob()874 req_it = q.erase(req_it); in MoveRequestsToJob()876 ++req_it; in MoveRequestsToJob()