Searched refs:isc_task_onshutdown (Results 1 - 14 of 14) sorted by relevance
/bind-9.11.3/bin/tests/ |
H A D | timer_test.c | 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) ==
|
H A D | task_test.c | 91 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 D | sock_test.c | 312 RUNTIME_CHECK(isc_task_onshutdown(t1, my_shutdown, one) == 314 RUNTIME_CHECK(isc_task_onshutdown(t2, my_shutdown, two) ==
|
H A D | shutdown_test.c | 146 RUNTIME_CHECK(isc_task_onshutdown(ti->task, shutdown_action, ti) ==
|
/bind-9.11.3/bin/tests/tasks/ |
H A D | t_tasks.c | 159 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 D | task.h | 435 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 D | lwdclient.c | 107 result = isc_task_onshutdown(cm->task, lwdclientmgr_shutdown_callback,
|
H A D | client.c | 3070 result = isc_task_onshutdown(client->task, client_shutdown, client);
|
H A D | server.c | 8840 CHECKFATAL(isc_task_onshutdown(server->task, shutdown_server, server), 8841 "isc_task_onshutdown");
|
/bind-9.11.3/bin/tests/timers/ |
H A D | t_timers.c | 276 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 D | cache.c | 640 result = isc_task_onshutdown(cleaner->task, 645 "isc_task_onshutdown() failed: %s",
|
H A D | acache.c | 576 result = isc_task_onshutdown(acache->task, 582 "isc_task_onshutdown() failed: %s",
|
/bind-9.11.3/lib/isc/ |
H A D | task.c | 2205 isc_task_onshutdown(isc_task_t *task, isc_taskaction_t action, void *arg) function
|
/bind-9.11.3/bin/nsupdate/ |
H A D | nsupdate.c | 967 result = isc_task_onshutdown(global_task, shutdown_program, NULL); 968 check_result(result, "isc_task_onshutdown");
|
Completed in 85 milliseconds