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

/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/
H A Ddnsperf.c190 static isc_boolean_t interrupted = ISC_FALSE; variable
247 if (interrupted)
292 printf(" %s interrupted: %" ISC_PRINT_QUADFORMAT "u "
592 while (!interrupted && now < times->stop_time) {
814 while (!interrupted) {
1081 if (interrupted)
1145 interrupted = ISC_TRUE;
/bind-9.11.3/contrib/perftcpdns/
H A Dperftcpdns.c45 * before the due date (e.g., because the sleep was interrupted)
265 int interrupted, fatal; /* to finish flags */ variable
1670 interrupted = 1;
1727 " continues until interrupted, at which point a final report is\n"
2239 /* required only before the interrupted flag check */
2266 if (interrupted) {
2268 printf("interrupted\n");

Completed in 18 milliseconds