Searched refs:childrenList (Results 1 – 3 of 3) sorted by relevance
275 LOS_DL_LIST_FOR_EACH_ENTRY(childCB, &(processCB->childrenList), LosProcessCB, siblingList) { in OsFindChildProcess()353 } else if (!LOS_ListEmpty(&parentCB->childrenList)) { in OsWaitCheckAndWakeParentProcess()391 if (!LOS_ListEmpty(&parentCB->childrenList)) { in OsWaitCheckAndWakeParentProcess()501 if (!LOS_ListEmpty(&processCB->childrenList)) { in OsDealAliveChildProcess()502 childHead = processCB->childrenList.pstNext; in OsDealAliveChildProcess()503 LOS_ListDelete(&(processCB->childrenList)); in OsDealAliveChildProcess()519 LOS_ListTailInsertList(&parentCB->childrenList, childHead); in OsDealAliveChildProcess()748 LOS_ListInit(&processCB->childrenList); in OsInitPCB()924 LOS_ListTailInsert(&kerInitProcess->childrenList, &idleProcess->siblingList); in OsSystemProcessCreate()1350 if (LOS_ListEmpty(&(processCB->childrenList)) && LOS_ListEmpty(&(processCB->exitChildList))) { in OsWaitChildProcessCheck()[all …]
238 LOS_ListTailInsert(&curr->childrenList, &processCB->siblingList); in OsPidContainerDestroyAllProcess()383 LOS_ListTailInsert(&parentProcessCB->childrenList, &child->siblingList); in AllocVpidFormPidForChildContainer()
95 LOS_DL_LIST childrenList; /**< Children process list */ member