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

/bind-9.11.3/bin/tests/tasks/
H A Dt_tasks.c863 static isc_condition_t T4_cv; variable
881 (void) isc_condition_wait(&T4_cv, &T4_mx);
943 isc_result = isc_condition_init(&T4_cv);
958 (void) isc_condition_destroy(&T4_cv);
968 (void) isc_condition_destroy(&T4_cv);
986 (void) isc_condition_destroy(&T4_cv);
993 * This event causes the task to wait on T4_cv.
1007 (void) isc_condition_destroy(&T4_cv);
1028 isc_result = isc_condition_signal(&T4_cv);
1045 (void) isc_condition_destroy(&T4_cv);
[all...]

Completed in 14 milliseconds