Home
last modified time | relevance | path

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

/ohos5.0/foundation/ai/ai_engine/services/common/platform/threadpool/source/
H A Dthread_pool.cpp124 int32_t activeThreadCount = 0; in StopThreads() local
131 ++activeThreadCount; in StopThreads()
134 if (activeThreadCount == 0) { in StopThreads()