Searched refs:t1_shutdown (Results 1 - 2 of 2) sorted by relevance
/bind-9.6-ESV-R11/bin/tests/ |
H A D | shutdown_test.c | 54 t1_shutdown(isc_task_t *task, isc_event_t *event) { function 57 printf("task %s (%p) t1_shutdown\n", info->name, task); 115 t1_shutdown, &tasks[0],
|
/bind-9.6-ESV-R11/bin/tests/tasks/ |
H A D | t_tasks.c | 70 t1_shutdown(isc_task_t *task, isc_event_t *event) { function 161 isc_result = isc_task_onshutdown(task1, t1_shutdown, "1"); 167 isc_result = isc_task_onshutdown(task2, t1_shutdown, "2"); 173 isc_result = isc_task_onshutdown(task3, t1_shutdown, "3"); 179 isc_result = isc_task_onshutdown(task4, t1_shutdown, "4");
|
Completed in 1081 milliseconds