Searched refs:tidIter (Results 1 – 1 of 1) sorted by relevance
484 auto tidIter = threadList.begin(); in applyUclampLocked() local485 while (tidIter != threadList.end()) { in applyUclampLocked()487 mSessionTaskMap.getTaskVoteRange(*tidIter, timePoint, uclampRange, in applyUclampLocked()490 int stat = set_uclamp(*tidIter, uclampRange); in applyUclampLocked()492 ALOGV("Removing dead thread %d from hint session %s.", *tidIter, in applyUclampLocked()494 if (mSessionTaskMap.removeDeadTaskSessionMap(sessionId, *tidIter)) { in applyUclampLocked()497 tidIter = threadList.erase(tidIter); in applyUclampLocked()499 tidIter++; in applyUclampLocked()