Searched defs:shutdown_task (Results 1 - 3 of 3) sorted by relevance
/bind-9.11.3/bin/tests/ |
H A D | timer_test.c | 30 shutdown_task(isc_task_t *task, isc_event_t *event) { function 122 RUNTIME_CHECK(isc_task_onshutdown(t1, shutdown_task, one) == 124 RUNTIME_CHECK(isc_task_onshutdown(t2, shutdown_task, two) == 126 RUNTIME_CHECK(isc_task_onshutdown(t3, shutdown_task, three) ==
|
/bind-9.11.3/lib/dns/ |
H A D | acache.c | 378 shutdown_task(isc_task_t *task, isc_event_t *ev) { function 1106 DNS_EVENT_ACACHECONTROL, shutdown_task, NULL,
|
H A D | adb.c | 348 static void shutdown_task(isc_task_t *task, isc_event_t *ev); 1561 DNS_EVENT_ADBCONTROL, shutdown_task, adb, 2273 shutdown_task(isc_task_t *task, isc_event_t *ev) { function
|
Completed in 27 milliseconds