Home
last modified time | relevance | path

Searched refs:ChildPid (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/cmd/lp/cmd/lpsched/
H A Dexec.c55 static int ChildPid; variable
1266 switch ((ChildPid = fork())) { in Fork2()
1320 while ((WaitedChildPid = wait(&status)) != ChildPid) in cool_heels()
1390 if (ChildPid != WaitedChildPid) { in sigtrap()
1394 (cpid = wait((int *)0)) != ChildPid in sigtrap()