Searched refs:ChildPid (Results 1 – 1 of 1) sorted by relevance
53 static int ChildPid; variable1160 switch ((ChildPid = fork())) { in Fork2()1214 while ((WaitedChildPid = wait(&status)) != ChildPid) in cool_heels()1284 if (ChildPid != WaitedChildPid) { in sigtrap()1288 (cpid = wait((int *)0)) != ChildPid in sigtrap()