Searched refs:isc_condition_t (Results 1 - 13 of 13) sorted by relevance
/bind-9.11.3/lib/isc/win32/include/isc/ |
H A D | condition.h | 34 } isc_condition_t; typedef in typeref:struct:isc_condition 39 isc_condition_init(isc_condition_t *); 42 isc_condition_wait(isc_condition_t *, isc_mutex_t *); 45 isc_condition_signal(isc_condition_t *); 48 isc_condition_broadcast(isc_condition_t *); 51 isc_condition_destroy(isc_condition_t *); 54 isc_condition_waituntil(isc_condition_t *, isc_mutex_t *, isc_time_t *);
|
/bind-9.11.3/lib/isc/nothreads/include/isc/ |
H A D | condition.h | 12 * This provides a limited subset of the isc_condition_t 27 typedef int isc_condition_t; typedef 29 isc_result_t isc__nothread_wait_hack(isc_condition_t *cp, isc_mutex_t *mp); 30 isc_result_t isc__nothread_signal_hack(isc_condition_t *cp);
|
/bind-9.11.3/lib/isc/include/isc/ |
H A D | rwlock.h | 74 isc_condition_t readable; 75 isc_condition_t writeable; 87 isc_condition_t readable; 88 isc_condition_t writeable;
|
/bind-9.11.3/lib/isc/win32/ |
H A D | condition.c | 23 isc_condition_init(isc_condition_t *cond) { 52 register_thread(unsigned long thrd, isc_condition_t *gblcond, 90 find_thread_condition(unsigned long thrd, isc_condition_t *cond, 117 isc_condition_signal(isc_condition_t *cond) { 134 isc_condition_broadcast(isc_condition_t *cond) { 163 isc_condition_destroy(isc_condition_t *cond) { 198 wait(isc_condition_t *cond, isc_mutex_t *mutex, DWORD milliseconds) { 227 isc_condition_wait(isc_condition_t *cond, isc_mutex_t *mutex) { 232 isc_condition_waituntil(isc_condition_t *cond, isc_mutex_t *mutex,
|
H A D | socket.c | 328 isc_condition_t shutdown_ok;
|
/bind-9.11.3/lib/isc/pthreads/include/isc/ |
H A D | condition.h | 21 typedef pthread_cond_t isc_condition_t; typedef 52 isc_condition_waituntil(isc_condition_t *, isc_mutex_t *, isc_time_t *);
|
/bind-9.11.3/lib/isc/pthreads/ |
H A D | condition.c | 25 isc_condition_waituntil(isc_condition_t *c, isc_mutex_t *m, isc_time_t *t) {
|
/bind-9.11.3/bin/tests/tasks/ |
H A D | t_tasks.c | 399 static isc_condition_t T2_cv; 599 static isc_condition_t T3_cv; 863 static isc_condition_t T4_cv; 1076 static isc_condition_t T7_cv; 1312 static isc_condition_t T10_cv; 1796 static isc_condition_t T11_cv;
|
/bind-9.11.3/lib/isc/unix/ |
H A D | app.c | 119 isc_condition_t ready; 536 isc__nothread_wait_hack(isc_condition_t *cp, isc_mutex_t *mp) { 562 isc__nothread_signal_hack(isc_condition_t *cp) {
|
H A D | socket.c | 445 isc_condition_t shutdown_ok;
|
/bind-9.11.3/bin/tests/timers/ |
H A D | t_timers.c | 39 static isc_condition_t Tx_cv; 720 static isc_condition_t T5_cv;
|
/bind-9.11.3/lib/isc/ |
H A D | task.c | 145 isc_condition_t work_available; 146 isc_condition_t exclusive_granted; 147 isc_condition_t paused;
|
H A D | timer.c | 103 isc_condition_t wakeup;
|
Completed in 1768 milliseconds