Searched refs:isc_condition_signal (Results 1 - 7 of 7) sorted by relevance

/bind-9.11.3/lib/isc/nothreads/include/isc/
H A Dcondition.h41 #define isc_condition_signal(cp) \ macro
/bind-9.11.3/lib/isc/win32/include/isc/
H A Dcondition.h45 isc_condition_signal(isc_condition_t *);
/bind-9.11.3/lib/isc/pthreads/include/isc/
H A Dcondition.h37 #define isc_condition_signal(cp) \ macro
/bind-9.11.3/lib/isc/win32/
H A Dcondition.c117 isc_condition_signal(isc_condition_t *cond) { function
/bind-9.11.3/bin/tests/timers/
H A Dt_timers.c70 isc_result = isc_condition_signal(&Tx_cv);
72 t_info("isc_condition_signal failed %s\n",
851 isc_result = isc_condition_signal(&T5_cv);
853 t_info("isc_condition_signal failed %s\n",
1003 (void) isc_condition_signal(&T5_cv);
1020 (void)isc_condition_signal(&T5_cv);
1039 (void) isc_condition_signal(&T5_cv);
/bind-9.11.3/bin/tests/tasks/
H A Dt_tasks.c425 isc_result = isc_condition_signal(&T2_cv);
427 t_info("isc_condition_signal failed %d\n", isc_result);
814 isc_result = isc_condition_signal(&T3_cv);
816 t_info("isc_condition_signal failed %s\n",
1028 isc_result = isc_condition_signal(&T4_cv);
1030 t_info("isc_condition_signal failed %s\n",
1104 isc_result = isc_condition_signal(&T7_cv);
1106 t_info("isc_condition_signal failed %s\n",
1426 isc_result = isc_condition_signal(&T10_cv);
1428 t_info("isc_condition_signal faile
[all...]
/bind-9.11.3/lib/isc/include/isc/
H A Dutil.h123 RUNTIME_CHECK(isc_condition_signal((cvp)) == ISC_R_SUCCESS); \

Completed in 247 milliseconds