Searched refs:threadList (Results 1 – 2 of 2) sorted by relevance
65 threadList.emplace_back(std::thread([this, threadInd = i]() { in SetUp()100 threadList[i].join(); in TearDown()103 threadList.clear(); in TearDown()112 std::vector<std::thread> threadList; member in aidl::google::hardware::power::impl::pixel::PowerHintSessionTest127 threadList[i].join(); in closeThread()
483 auto &threadList = mSessionTaskMap.getTaskIds(sessionId); in applyUclampLocked() local484 auto tidIter = threadList.begin(); in applyUclampLocked()485 while (tidIter != threadList.end()) { in applyUclampLocked()497 tidIter = threadList.erase(tidIter); in applyUclampLocked()