Searched defs:t1_shutdown (Results 1 - 2 of 2) sorted by relevance
/bind-9.11.3/bin/tests/ |
H A D | shutdown_test.c | 46 t1_shutdown(isc_task_t *task, isc_event_t *event) { function 49 printf("task %s (%p) t1_shutdown\n", info->name, task); 107 t1_shutdown, &tasks[0],
|
/bind-9.11.3/bin/tests/tasks/ |
H A D | t_tasks.c | 61 t1_shutdown(isc_task_t *task, isc_event_t *event) { function 159 isc_result = isc_task_onshutdown(task1, t1_shutdown, one); 165 isc_result = isc_task_onshutdown(task2, t1_shutdown, two); 171 isc_result = isc_task_onshutdown(task3, t1_shutdown, three); 177 isc_result = isc_task_onshutdown(task4, t1_shutdown, four);
|
Completed in 15 milliseconds