Home
last modified time | relevance | path

Searched refs:threadList (Results 1 – 2 of 2) sorted by relevance

/hardware/google/pixel/power-libperfmgr/aidl/tests/
DPowerHintSessionTest.cpp65 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::PowerHintSessionTest
127 threadList[i].join(); in closeThread()
/hardware/google/pixel/power-libperfmgr/aidl/
DPowerSessionManager.cpp483 auto &threadList = mSessionTaskMap.getTaskIds(sessionId); in applyUclampLocked() local
484 auto tidIter = threadList.begin(); in applyUclampLocked()
485 while (tidIter != threadList.end()) { in applyUclampLocked()
497 tidIter = threadList.erase(tidIter); in applyUclampLocked()