Searched refs:threadNode (Results 1 – 1 of 1) sorted by relevance
42 ThreadNode threadNode[1]; // 线程信息,控制线程的退出和结束 member130 threadNode->index, mgr->executorCount); in RunExecutor()133 while (executor != NULL && !threadNode->threadExit) { in RunExecutor()287 mgr->threadNode[index].index = index; in CreateThreadMgr()292 …int ret = pthread_create(&mgr->threadNode[0].threadId, NULL, ManagerThreadProc, (void *)&mgr->thre… in CreateThreadMgr()492 ThreadNode *threadNode = (ThreadNode *)args; in ManagerThreadProc() local494 while (!threadNode->threadExit) { in ManagerThreadProc()509 if (threadNode->threadExit) { in ManagerThreadProc()529 ThreadNode *threadNode = (ThreadNode *)args; in ThreadExecute() local531 while (!threadNode->threadExit) { in ThreadExecute()[all …]