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

/illumos-gate/usr/src/cmd/stat/common/
H A Dcommon.c35 extern int caught_cont;
60 * *caught_cont - Global set by signal handler if we got a SIGCONT
64 int *caught_cont)
74 if (forever || *caught_cont) {
126 caught_cont = 1;
63 sleep_until(hrtime_t *wakeup, hrtime_t interval, int forever, int *caught_cont) argument
H A Dstatcommon.h320 int *caught_cont);
/illumos-gate/usr/src/cmd/sa/
H A Dsadc.c115 int caught_cont = 0; variable
122 * *caught_cont - Global set by signal handler if we got a SIGCONT
125 sleep_until(hrtime_t *wakeup, hrtime_t interval, int *caught_cont) argument
134 if (*caught_cont) {
186 caught_cont = 1;
306 sleep_until(&start_n, period_n, &caught_cont);
/illumos-gate/usr/src/cmd/stat/vmstat/
H A Dvmstat.c31 int caught_cont = 0; variable
187 sleep_until(&start_n, period_n, forever, &caught_cont);
378 caught_cont = 1;
/illumos-gate/usr/src/cmd/stat/mpstat/
H A Dmpstat.c54 int caught_cont = 0; variable
192 sleep_until(&start_n, period_n, infinite_cycles, &caught_cont);
/illumos-gate/usr/src/cmd/stat/iostat/
H A Diostat.c102 int caught_cont = 0; variable
320 sleep_until(&start_n, period_n, forever, &caught_cont);
450 caught_cont = 1;
/illumos-gate/usr/src/cmd/stat/kstat/
H A Dkstat.c68 int caught_cont = 0; /* Have caught a SIGCONT */ variable
336 &caught_cont);
408 int *caught_cont)
418 if (forever || *caught_cont) {
407 ks_sleep_until(hrtime_t *wakeup, hrtime_t interval, int forever, int *caught_cont) argument
/illumos-gate/usr/src/cmd/stat/fsstat/
H A Dfsstat.c118 int caught_cont = 0; /* have caught a SIGCONT */ variable
1064 sleep_until(&start_n, period_n, forever, &caught_cont);

Completed in 88 milliseconds