Lines Matching defs:T11_cv
1796 static isc_condition_t T11_cv;
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);
2009 isc_result = isc_condition_signal(&T11_cv);
2031 isc_result = isc_condition_waituntil(&T11_cv, &T11_mx, &now);
2050 (void) isc_condition_destroy(&T11_cv);