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

/bind-9.11.3/bin/tests/tasks/
H A Dt_tasks.c1312 static isc_condition_t T10_cv; variable
1334 isc_result = isc_condition_wait(&T10_cv, &T10_mx);
1426 isc_result = isc_condition_signal(&T10_cv);
1498 isc_result = isc_condition_init(&T10_cv);
1515 (void) isc_condition_destroy(&T10_cv);
1528 (void) isc_condition_destroy(&T10_cv);
1541 (void) isc_condition_destroy(&T10_cv);
1547 * Block the task on T10_cv.
1558 (void) isc_condition_destroy(&T10_cv);
1585 (void) isc_condition_destroy(&T10_cv);
[all...]

Completed in 16 milliseconds