Home
last modified time | relevance | path

Searched refs:do_cancel (Results 1 – 9 of 9) sorted by relevance

/netbsd-src/external/mpl/bind/dist/tests/ns/
H A Dquery_test.c600 bool do_cancel; /* true if query should be canceled in ISC_RUN_TEST_IMPL()
914 test->do_cancel) in run_hookasync_test()
940 if (test->do_cancel) { in run_hookasync_test()
943 INSIST(asdata.canceled == test->do_cancel); in run_hookasync_test()
957 if (!test->do_cancel) { in run_hookasync_test()
978 if (test->do_cancel) { in run_hookasync_test()
1255 bool do_cancel; /* true if query should be canceled in ISC_RUN_TEST_IMPL()
1407 if (test->do_cancel) { in run_hookasync_e2e_test()
1423 INSIST(asdata.done == !test->do_cancel); in run_hookasync_e2e_test()
1424 INSIST(asdata.async == test->do_cancel); in run_hookasync_e2e_test()
620 bool do_cancel; /* true if query should be canceled global() member
1275 bool do_cancel; /* true if query should be canceled global() member
[all...]
/netbsd-src/external/gpl3/gcc.old/dist/libgomp/
H A Dtaskloop.c321 do_cancel: in GOMP_taskloop()
335 goto do_cancel; in GOMP_taskloop()
339 goto do_cancel; in GOMP_taskloop()
H A Dparallel.c228 GOMP_cancel (int which, bool do_cancel) in ialias()
233 if (!do_cancel) in ialias()
H A Dtask.c482 do_cancel: in GOMP_task()
491 goto do_cancel; in GOMP_task()
495 goto do_cancel; in GOMP_task()
787 do_cancel: in gomp_create_target_task()
796 goto do_cancel; in gomp_create_target_task()
800 goto do_cancel; in gomp_create_target_task()
/netbsd-src/external/gpl3/gcc/dist/libgomp/
H A Dtaskloop.c340 do_cancel: in GOMP_taskloop()
354 goto do_cancel; in GOMP_taskloop()
358 goto do_cancel; in GOMP_taskloop()
H A Dparallel.c235 GOMP_cancel (int which, bool do_cancel) in ialias()
240 if (!do_cancel) in ialias()
H A Dtask.c520 do_cancel: in GOMP_task()
529 goto do_cancel; in GOMP_task()
533 goto do_cancel; in GOMP_task()
847 do_cancel: in gomp_create_target_task()
856 goto do_cancel; in gomp_create_target_task()
860 goto do_cancel; in gomp_create_target_task()
/netbsd-src/external/mpl/dhcp/bind/dist/lib/dns/
H A Ddispatch.c300 do_cancel(dns_dispatch_t *disp);
1372 do_cancel(disp); in tcp_recv()
1387 do_cancel(disp); in tcp_recv()
1572 do_cancel(disp); in startrecv()
1586 do_cancel(disp); in startrecv()
3255 do_cancel(disp); in dns_dispatch_removeresponse()
3271 do_cancel(dns_dispatch_t *disp) { in do_cancel() function
3361 do_cancel(disp); in dns_dispatch_cancel()
H A Drequest.c139 do_cancel(isc_task_t *task, isc_event_t *event);
481 DNS_EVENT_REQUESTCONTROL, do_cancel, request, NULL, NULL, in new_request()
1167 do_cancel(isc_task_t *task, isc_event_t *event) { in do_cancel() function