Searched refs:isc_condition_init (Results 1 - 12 of 12) sorted by relevance
/bind-9.11.3/lib/isc/nothreads/include/isc/ |
H A D | condition.h | 32 #define isc_condition_init(cp) \ macro
|
/bind-9.11.3/lib/isc/win32/include/isc/ |
H A D | condition.h | 39 isc_condition_init(isc_condition_t *);
|
/bind-9.11.3/lib/isc/pthreads/include/isc/ |
H A D | condition.h | 23 #define isc_condition_init(cp) \ macro
|
/bind-9.11.3/lib/isc/win32/ |
H A D | condition.c | 23 isc_condition_init(isc_condition_t *cond) { function
|
H A D | socket.c | 2686 if (isc_condition_init(&manager->shutdown_ok) != ISC_R_SUCCESS) { 2690 "isc_condition_init() %s",
|
/bind-9.11.3/bin/tests/tasks/ |
H A D | t_tasks.c | 530 isc_result = isc_condition_init(&T2_cv); 532 t_info("isc_condition_init failed %d\n", isc_result); 714 isc_result = isc_condition_init(&T3_cv); 716 t_info("isc_condition_init failed %s\n", 943 isc_result = isc_condition_init(&T4_cv); 945 t_info("isc_condition_init failed %s\n", 1163 isc_result = isc_condition_init(&T7_cv); 1165 t_info("isc_condition_init failed %s\n", 1498 isc_result = isc_condition_init(&T10_cv); 1500 t_info("isc_condition_init faile [all...] |
/bind-9.11.3/lib/isc/ |
H A D | rwlock.c | 140 result = isc_condition_init(&rwl->readable); 143 "isc_condition_init(readable) %s: %s", 150 result = isc_condition_init(&rwl->writeable); 153 "isc_condition_init(writeable) %s: %s",
|
H A D | task.c | 1403 if (isc_condition_init(&manager->work_available) != ISC_R_SUCCESS) { 1405 "isc_condition_init() %s", 1411 if (isc_condition_init(&manager->exclusive_granted) != ISC_R_SUCCESS) { 1413 "isc_condition_init() %s", 1419 if (isc_condition_init(&manager->paused) != ISC_R_SUCCESS) { 1421 "isc_condition_init() %s",
|
H A D | timer.c | 893 if (isc_condition_init(&manager->wakeup) != ISC_R_SUCCESS) { 899 "isc_condition_init() %s",
|
/bind-9.11.3/bin/tests/timers/ |
H A D | t_timers.c | 214 isc_result = isc_condition_init(&Tx_cv); 216 t_info("isc_condition_init failed %s\n", 905 isc_result = isc_condition_init(&T5_cv); 907 t_info("isc_condition_init failed %s\n",
|
/bind-9.11.3/lib/isc/unix/ |
H A D | app.c | 240 result = isc_condition_init(&ctx->ready);
|
H A D | socket.c | 4730 if (isc_condition_init(&manager->shutdown_ok) != ISC_R_SUCCESS) { 4732 "isc_condition_init() %s",
|
Completed in 89 milliseconds