Searched refs:task2 (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
135 isc_taskpool_gettask(pool, &task2);
136 ATF_REQUIRE(VALID_TASK(task2));
142 isc_task_destroy(&task2);
/bind-9.6-ESV-R11/bin/tests/tasks/
H A Dt_tasks.c97 isc_task_t *task2; local
111 task2 = NULL;
143 isc_result = isc_task_create(manager, 0, &task2);
167 isc_result = isc_task_onshutdown(task2, t1_shutdown, "2");
208 task2, my_tick, "tock", &ti2);
313 isc_task_send(task2, &event);
340 isc_task_send(task2, &event);
363 isc_task_detach(&task2);

Completed in 21 milliseconds