Searched refs:finished (Results 1 - 4 of 4) sorted by relevance

/bind-9.11.3/unit/atf-src/tools/
H A Datf-run_test.sh1057 if [ -f finished ]; then
1075 test -f parent-finished || atf_fail "Parent did not exit as expected"
1076 test -f child-finished && atf_fail "Subprocess exited but it should have" \
/bind-9.11.3/contrib/perftcpdns/
H A Dperftcpdns.c20 * and report results when finished
274 struct timespec finished; /* the date of finish */ variable in typeref:struct:timespec
1743 " * 'T': when finished, print templates\n"
2347 /* after main loop: finished */
2348 if (clock_gettime(CLOCK_REALTIME, &finished) < 0)
2349 perror("clock_gettime(finished)");
2395 if (finished.tv_sec != 0) {
2398 dall = (finished.tv_nsec - boot.tv_nsec) / 1e9;
2399 dall += finished.tv_sec - boot.tv_sec;
/bind-9.11.3/lib/isc/
H A Dtask.c1104 isc_boolean_t finished = ISC_FALSE; local
1201 finished = ISC_TRUE;
1228 if (finished)
/bind-9.11.3/bin/dnssec/
H A Ddnssec-signzone.c157 static isc_boolean_t shuttingdown = ISC_FALSE, finished = ISC_FALSE; variable
1418 finished = ISC_TRUE;
1445 if (finished) {
1511 finished = ISC_TRUE;
3783 if (!finished) {
3796 if (!finished)

Completed in 41 milliseconds