Searched defs:T5_task1 (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/bin/tests/timers/
H A Dt_timers.c725 static isc_task_t *T5_task1; variable
729 * T5_task1 blocks on T5_mx while events accumulate
937 T5_task1 = NULL;
938 isc_result = isc_task_create(tmgr, 0, &T5_task1);
950 isc_result = isc_task_onshutdown(T5_task1, t5_shutdown_event, NULL);
955 isc_task_destroy(&T5_task1);
969 isc_task_destroy(&T5_task1);
991 isc_task_send(T5_task1, &event);
998 &expires, &interval, T5_task1,
1005 isc_task_destroy(&T5_task1);
[all...]

Completed in 8 milliseconds