Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/lp/cmd/lpsched/
H A Dexec.c56 static int WaitedChildPid; variable
1319 WaitedChildPid = 0; in cool_heels()
1320 while ((WaitedChildPid = wait(&status)) != ChildPid) in cool_heels()
1390 if (ChildPid != WaitedChildPid) { in sigtrap()