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

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

Completed in 58 milliseconds