Searched refs:isc_task_onshutdown (Results 1 - 14 of 14) sorted by relevance

/bind-9.11.3/bin/tests/
H A Dtimer_test.c122 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) ==
H A Dtask_test.c91 RUNTIME_CHECK(isc_task_onshutdown(t1, my_shutdown, one) ==
93 RUNTIME_CHECK(isc_task_onshutdown(t2, my_shutdown, two) ==
95 RUNTIME_CHECK(isc_task_onshutdown(t3, my_shutdown, three) ==
97 RUNTIME_CHECK(isc_task_onshutdown(t4, my_shutdown, four) ==
H A Dsock_test.c312 RUNTIME_CHECK(isc_task_onshutdown(t1, my_shutdown, one) ==
314 RUNTIME_CHECK(isc_task_onshutdown(t2, my_shutdown, two) ==
H A Dshutdown_test.c146 RUNTIME_CHECK(isc_task_onshutdown(ti->task, shutdown_action, ti) ==
/bind-9.11.3/bin/tests/tasks/
H A Dt_tasks.c159 isc_result = isc_task_onshutdown(task1, t1_shutdown, one);
161 t_info("isc_task_onshutdown failed %d\n", isc_result);
165 isc_result = isc_task_onshutdown(task2, t1_shutdown, two);
167 t_info("isc_task_onshutdown failed %d\n", isc_result);
171 isc_result = isc_task_onshutdown(task3, t1_shutdown, three);
173 t_info("isc_task_onshutdown failed %d\n", isc_result);
177 isc_result = isc_task_onshutdown(task4, t1_shutdown, four);
179 t_info("isc_task_onshutdown failed %d\n", isc_result);
469 isc_result = isc_task_onshutdown(newtask, t2_shutdown,
472 t_info("isc_task_onshutdown faile
[all...]
/bind-9.11.3/lib/isc/include/isc/
H A Dtask.h435 isc_task_onshutdown(isc_task_t *task, isc_taskaction_t action,
454 * isc_task_onshutdown() will be appended to the task's event queue.
472 * isc_task_onshutdown() to be posted (in LIFO order). The task
474 * to isc_task_onshutdown().
485 *\li Any shutdown events requested with isc_task_onshutdown() have been
509 *\li Any shutdown events requested with isc_task_onshutdown() have been
/bind-9.11.3/bin/named/
H A Dlwdclient.c107 result = isc_task_onshutdown(cm->task, lwdclientmgr_shutdown_callback,
H A Dclient.c3070 result = isc_task_onshutdown(client->task, client_shutdown, client);
H A Dserver.c8840 CHECKFATAL(isc_task_onshutdown(server->task, shutdown_server, server),
8841 "isc_task_onshutdown");
/bind-9.11.3/bin/tests/timers/
H A Dt_timers.c276 isc_result = isc_task_onshutdown(task, tx_sde, NULL);
278 t_info("isc_task_onshutdown failed %s\n",
950 isc_result = isc_task_onshutdown(T5_task1, t5_shutdown_event, NULL);
952 t_info("isc_task_onshutdown failed %s\n",
/bind-9.11.3/lib/dns/
H A Dcache.c640 result = isc_task_onshutdown(cleaner->task,
645 "isc_task_onshutdown() failed: %s",
H A Dacache.c576 result = isc_task_onshutdown(acache->task,
582 "isc_task_onshutdown() failed: %s",
/bind-9.11.3/lib/isc/
H A Dtask.c2205 isc_task_onshutdown(isc_task_t *task, isc_taskaction_t action, void *arg) function
/bind-9.11.3/bin/nsupdate/
H A Dnsupdate.c967 result = isc_task_onshutdown(global_task, shutdown_program, NULL);
968 check_result(result, "isc_task_onshutdown");

Completed in 84 milliseconds