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

/illumos-gate/usr/src/cmd/truss/
H A Dramdata.c137 int leave_hung; /* if TRUE, leave the process hung */ variable
H A Dramdata.h310 extern int leave_hung; /* if TRUE, leave the process hung */
H A Dmain.c172 * (leave_hung || interrupt || sigusr1). It must notify all other
199 if (leave_hung && !usr2_notified) {
842 if (leave_hung)
847 retc = (leave_hung? 0 : wait4all());
899 * a termination condition (leave_hung | interrupt | sigusr1).
919 if ((leave_hung | interrupt | sigusr1) &&
1373 if (leave_hung) {
1465 * to (leave_hung || leave_it_hung || interrupt || sigusr1).
1473 leave_hung = TRUE;
1474 if ((leave_hung | interrup
[all...]

Completed in 48 milliseconds