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

/macosx-10.10/bind9-45.101/bind9/bin/tests/timers/
H A Dt_timers.c737 static isc_task_t *T5_task1; variable
741 * T5_task1 blocks on T5_mx while events accumulate
949 T5_task1 = NULL;
950 isc_result = isc_task_create(tmgr, 0, &T5_task1);
962 isc_result = isc_task_onshutdown(T5_task1, t5_shutdown_event, NULL);
967 isc_task_destroy(&T5_task1);
981 isc_task_destroy(&T5_task1);
1003 isc_task_send(T5_task1, &event);
1010 &expires, &interval, T5_task1,
1017 isc_task_destroy(&T5_task1);
[all...]

Completed in 116 milliseconds