Searched defs:another_sigcld (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/uts/common/os/
H A Dsig.c1967 int another_sigcld = 0; local
1990 another_sigcld = 1;
1998 for (sqp = *psqp; !another_sigcld && sqp; sqp = sqp->sq_next) {
2000 another_sigcld = 1;
2003 if (!another_sigcld) {

Completed in 49 milliseconds