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

/macosx-10.9.5/bind9-45.100/bind9/bin/tests/
H A Dtimer_test.c122 RUNTIME_CHECK(isc_task_onshutdown(t1, shutdown_task, "1") ==
124 RUNTIME_CHECK(isc_task_onshutdown(t2, shutdown_task, "2") ==
126 RUNTIME_CHECK(isc_task_onshutdown(t3, shutdown_task, "3") ==
H A Dtask_test.c88 RUNTIME_CHECK(isc_task_onshutdown(t1, my_shutdown, "1") ==
90 RUNTIME_CHECK(isc_task_onshutdown(t2, my_shutdown, "2") ==
92 RUNTIME_CHECK(isc_task_onshutdown(t3, my_shutdown, "3") ==
94 RUNTIME_CHECK(isc_task_onshutdown(t4, my_shutdown, "4") ==
H A Dsock_test.c299 RUNTIME_CHECK(isc_task_onshutdown(t1, my_shutdown, "1") ==
301 RUNTIME_CHECK(isc_task_onshutdown(t2, my_shutdown, "2") ==
H A Dshutdown_test.c153 RUNTIME_CHECK(isc_task_onshutdown(ti->task, shutdown_action, ti) ==
/macosx-10.9.5/ntp-88/lib/isc/include/isc/
H A Dtask.h364 isc_task_onshutdown(isc_task_t *task, isc_taskaction_t action,
383 * isc_task_onshutdown() will be appended to the task's event queue.
401 * isc_task_onshutdown() to be posted (in LIFO order). The task
403 * to isc_task_onshutdown().
414 *\li Any shutdown events requested with isc_task_onshutdown() have been
438 *\li Any shutdown events requested with isc_task_onshutdown() have been
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/include/isc/
H A Dnamespace.h140 #define isc_task_onshutdown isc__task_onshutdown macro
H A Dtask.h430 isc_task_onshutdown(isc_task_t *task, isc_taskaction_t action,
449 * isc_task_onshutdown() will be appended to the task's event queue.
467 * isc_task_onshutdown() to be posted (in LIFO order). The task
469 * to isc_task_onshutdown().
480 *\li Any shutdown events requested with isc_task_onshutdown() have been
504 *\li Any shutdown events requested with isc_task_onshutdown() have been
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/tasks/
H A Dt_tasks.c161 isc_result = isc_task_onshutdown(task1, t1_shutdown, "1");
163 t_info("isc_task_onshutdown failed %d\n", isc_result);
167 isc_result = isc_task_onshutdown(task2, t1_shutdown, "2");
169 t_info("isc_task_onshutdown failed %d\n", isc_result);
173 isc_result = isc_task_onshutdown(task3, t1_shutdown, "3");
175 t_info("isc_task_onshutdown failed %d\n", isc_result);
179 isc_result = isc_task_onshutdown(task4, t1_shutdown, "4");
181 t_info("isc_task_onshutdown failed %d\n", isc_result);
463 isc_result = isc_task_onshutdown(newtask, t2_shutdown,
466 t_info("isc_task_onshutdown faile
[all...]
/macosx-10.9.5/bind9-45.100/bind9/lib/isc/
H A Dtask_api.c161 isc_task_onshutdown(isc_task_t *task, isc_taskaction_t action, const void *arg) function
/macosx-10.9.5/bind9-45.100/bind9/bin/named/
H A Dlwdclient.c110 result = isc_task_onshutdown(cm->task, lwdclientmgr_shutdown_callback,
H A Dclient.c2149 result = isc_task_onshutdown(client->task, client_shutdown, client);
H A Dserver.c5442 CHECKFATAL(isc_task_onshutdown(server->task, shutdown_server, server),
5443 "isc_task_onshutdown");
/macosx-10.9.5/bind9-45.100/bind9/bin/tests/timers/
H A Dt_timers.c286 isc_result = isc_task_onshutdown(task, tx_sde, NULL);
288 t_info("isc_task_onshutdown failed %s\n",
962 isc_result = isc_task_onshutdown(T5_task1, t5_shutdown_event, NULL);
964 t_info("isc_task_onshutdown failed %s\n",
/macosx-10.9.5/bind9-45.100/bind9/lib/dns/
H A Dcache.c633 result = isc_task_onshutdown(cleaner->task,
638 "isc_task_onshutdown() failed: %s",
H A Dacache.c562 result = isc_task_onshutdown(acache->task,
568 "isc_task_onshutdown() failed: %s",
/macosx-10.9.5/ntp-88/lib/isc/
H A Dtask.c621 isc_task_onshutdown(isc_task_t *task, isc_taskaction_t action, const void *arg) function
/macosx-10.9.5/bind9-45.100/bind9/bin/nsupdate/
H A Dnsupdate.c869 result = isc_task_onshutdown(global_task, shutdown_program, NULL);
870 check_result(result, "isc_task_onshutdown");

Completed in 130 milliseconds