Searched refs:executorCount (Results 1 – 1 of 1) sorted by relevance
37 uint32_t executorCount; member100 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()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()[all …]