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

/bind-9.11.3/lib/isc/
H A Dtimer.c103 isc_condition_t wakeup; member in struct:isc__timermgr
202 * manager to force a wakeup.
288 SIGNAL(&manager->wakeup);
300 SIGNAL(&manager->wakeup);
337 SIGNAL(&manager->wakeup);
802 result = WAITUNTIL(&manager->wakeup, &manager->lock, &manager->due);
808 WAIT(&manager->wakeup, &manager->lock);
811 ISC_MSG_WAKEUP, "wakeup"));
893 if (isc_condition_init(&manager->wakeup) != ISC_R_SUCCESS) {
907 (void)isc_condition_destroy(&manager->wakeup);
[all...]

Completed in 9 milliseconds