Searched refs:task3 (Results 1 - 2 of 2) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/tests/
H A Dtaskpool_test.c120 isc_task_t *task1 = NULL, *task2 = NULL, *task3 = NULL; local
138 isc_taskpool_gettask(pool, &task3);
139 ATF_REQUIRE(VALID_TASK(task3));
143 isc_task_destroy(&task3);
/bind-9.6-ESV-R11/bin/tests/tasks/
H A Dt_tasks.c98 isc_task_t *task3; local
112 task3 = NULL;
149 isc_result = isc_task_create(manager, 0, &task3);
173 isc_result = isc_task_onshutdown(task3, t1_shutdown, "3");
322 isc_task_send(task3, &event);
349 isc_task_send(task3, &event);
360 (void)isc_task_purge(task3, NULL, 0, 0);
364 isc_task_detach(&task3);

Completed in 14 milliseconds