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

/bind-9.11.3/bin/tests/
H A Dsock_test.c199 isc_task_t *newtask; local
222 newtask = NULL;
223 RUNTIME_CHECK(isc_task_create(manager, 0, &newtask)
226 newtask, my_recv, event->ev_arg);
227 isc_task_detach(&newtask);
/bind-9.11.3/bin/tests/tasks/
H A Dt_tasks.c446 isc_task_t *newtask; local
461 newtask = NULL;
462 isc_result = isc_task_create(T2_manager, 0, &newtask);
469 isc_result = isc_task_onshutdown(newtask, t2_shutdown,
478 isc_task_send(newtask, &event);

Completed in 921 milliseconds