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

/bind-9.11.3/bin/tests/tasks/
H A Dt_tasks.c599 static isc_condition_t T3_cv; variable
652 (void) isc_condition_wait(&T3_cv, &T3_mx);
714 isc_result = isc_condition_init(&T3_cv);
752 * This event causes the task to wait on T3_cv.
811 * Now we free the task by signaling T3_cv.
814 isc_result = isc_condition_signal(&T3_cv);

Completed in 16 milliseconds