Searched refs:maxThreadCount (Results 1 – 2 of 2) sorted by relevance
38 uint32_t maxThreadCount; member265 int CreateThreadMgr(uint32_t maxThreadCount, ThreadMgr *instance) in CreateThreadMgr() argument278 mgr->maxThreadCount = maxThreadCount; in CreateThreadMgr()286 for (uint32_t index = 0; index < maxThreadCount + 1; index++) { in CreateThreadMgr()310 for (uint32_t index = 0; index < mgr->maxThreadCount + 1; index++) { in DestroyThreadMgr()319 for (uint32_t index = 0; index < mgr->maxThreadCount + 1; index++) { in DestroyThreadMgr()459 if (mgr->maxThreadCount <= mgr->validThreadCount) { in CheckAndCreateNewThread()466 mgr->maxThreadCount, mgr->validThreadCount, mgr->executorCount); in CheckAndCreateNewThread()468 uint32_t totalThread = mgr->maxThreadCount; in CheckAndCreateNewThread()469 if (mgr->executorCount <= mgr->maxThreadCount) { in CheckAndCreateNewThread()[all …]
35 int CreateThreadMgr(uint32_t maxThreadCount, ThreadMgr *instance);