Lines Matching refs:executorCount
37 uint32_t executorCount; member
100 mgr->executorCount--; in PopTaskExecutor()
112 task->taskId, mgr->executorCount, executor->task->taskId); in AddExecutor()
119 mgr->executorCount++; in AddExecutor()
130 threadNode->index, mgr->executorCount); in RunExecutor()
143 APPSPAWN_LOGV("RunExecutor executorCount: %{public}u end", mgr->executorCount); in RunExecutor()
215 mgr->executorCount--; in SafeRemoveTask()
275 mgr->executorCount = 0; in CreateThreadMgr()
462 if (mgr->executorCount <= mgr->validThreadCount) { in CheckAndCreateNewThread()
466 mgr->maxThreadCount, mgr->validThreadCount, mgr->executorCount); in CheckAndCreateNewThread()
469 if (mgr->executorCount <= mgr->maxThreadCount) { in CheckAndCreateNewThread()
470 totalThread = mgr->executorCount; in CheckAndCreateNewThread()