Searched refs:WAIT (Results 1 - 9 of 9) sorted by relevance
/bind-9.11.3/contrib/dnsperf-2.1.0.0-1/ |
H A D | util.h | 95 #define WAIT(cond, mutex) do { \ macro
|
H A D | dnsperf.c | 557 WAIT(&start_cond, &start_lock);
|
/bind-9.11.3/lib/isc/ |
H A D | rwlock.c | 248 * WAIT(cond, lock); 278 WAIT(&rwl->readable, &rwl->lock); 300 WAIT(&rwl->readable, &rwl->lock); 349 WAIT(&rwl->writeable, &rwl->lock); 375 WAIT(&rwl->writeable, &rwl->lock); 721 WAIT(&rwl->readable, &rwl->lock); 740 WAIT(&rwl->writeable, &rwl->lock);
|
H A D | task.c | 1086 WAIT(&manager->work_available, &manager->lock); 1665 WAIT(&manager->paused, &manager->lock); 1734 WAIT(&manager->exclusive_granted, &manager->lock);
|
H A D | timer.c | 808 WAIT(&manager->wakeup, &manager->lock);
|
/bind-9.11.3/lib/isc/include/isc/ |
H A D | util.h | 125 #define WAIT(cvp, lp) do { \ macro 128 ISC_MSG_UTILWAIT, "WAIT"), \
|
/bind-9.11.3/lib/isc/unix/ |
H A D | app.c | 688 WAIT(&ctx->ready, &ctx->readylock); 731 WAIT(&ctx->ready, &ctx->readylock);
|
H A D | socket.c | 4898 WAIT(&manager->shutdown_ok, &manager->lock);
|
/bind-9.11.3/lib/isc/win32/ |
H A D | socket.c | 2751 WAIT(&manager->shutdown_ok, &manager->lock);
|
Completed in 2156 milliseconds