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

/bind-9.11.3/bin/tests/tasks/
H A Dt_tasks.c1796 static isc_condition_t T11_cv; variable
1812 isc_result = isc_condition_wait(&T11_cv, &T11_mx);
1854 isc_result = isc_condition_signal(&T11_cv);
1911 isc_result = isc_condition_init(&T11_cv);
1927 (void) isc_condition_destroy(&T11_cv);
1939 (void) isc_condition_destroy(&T11_cv);
1951 (void) isc_condition_destroy(&T11_cv);
1956 * Block the task on T11_cv.
1966 (void) isc_condition_destroy(&T11_cv);
1979 (void) isc_condition_destroy(&T11_cv);
[all...]

Completed in 16 milliseconds