Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/ai_engine/services/common/platform/threadpool/source/
H A Dthread_pool.cpp82 busyThreads_.push_back(thread); in Pop()
92 for (auto iter = busyThreads_.begin(); iter != busyThreads_.end(); ++iter) { in Push()
94 busyThreads_.erase(iter); in Push()
111 for (auto &thread : busyThreads_) { in StopThreads()
125 for (auto &thread : busyThreads_) { in StopThreads()
142 for (auto &thread : busyThreads_) { in StopThreads()
147 busyThreads_.clear(); in StopThreads()
/ohos5.0/foundation/ai/ai_engine/services/common/platform/threadpool/include/
H A Dthread_pool.h71 Threads busyThreads_; variable