Lines Matching refs:interrupt
186 if (interrupt && !int_notified) { in broadcast_signals()
190 (void) thr_kill(lwpid, interrupt); in broadcast_signals()
222 interrupt = SIGTERM; /* post an interrupt */ in grab_lwp()
672 if (!(interrupt | sigusr1)) in main()
854 interrupt = 0; /* another interrupt kills the report */ in main_thread()
906 if (interrupt | sigusr1) { in worker_thread()
923 if ((leave_hung | interrupt | sigusr1) && in worker_thread()
930 tout != 0 && !(interrupt | sigusr1)) { in worker_thread()
1369 if (interrupt | sigusr1) { in worker_thread()
1479 if ((leave_hung | interrupt | sigusr1) == 0) in worker_thread()
2103 for (i = 0, total = 0; i <= PRMAXFAULT && !interrupt; i++) { in report()
2118 if (total && !interrupt) in report()
2121 for (i = 0, total = 0; i <= PRMAXSIG && !interrupt; i++) { in report()
2133 if (total && !interrupt) in report()
2136 if ((Dynpat != NULL) && !interrupt) { in report()
2164 if (!interrupt) in report()
2171 for (i = 0; i <= PRMAXSYS && !interrupt; i++) { in report()
2195 if (!interrupt) { in report()
2203 if (!interrupt) { in report()
2209 if (!interrupt) { in report()
2579 interrupt = sig; in intr()