Searched refs:exitChild (Results 1 – 1 of 1) sorted by relevance
273 LosProcessCB *exitChild = NULL; in OsFindExitChildProcess() local275 LOS_DL_LIST_FOR_EACH_ENTRY(exitChild, &(processCB->exitChildList), LosProcessCB, siblingList) { in OsFindExitChildProcess()276 if ((childPid == OS_INVALID_VALUE) || (exitChild->processID == childPid)) { in OsFindExitChildProcess()277 return exitChild; in OsFindExitChildProcess()