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

/bind-9.6-ESV-R11/lib/isc/
H A Dtimer.c95 isc_condition_t wakeup; member in struct:isc_timermgr
135 * manager to force a wakeup.
221 SIGNAL(&manager->wakeup);
233 SIGNAL(&manager->wakeup);
270 SIGNAL(&manager->wakeup);
725 result = WAITUNTIL(&manager->wakeup, &manager->lock, &manager->due);
731 WAIT(&manager->wakeup, &manager->lock);
734 ISC_MSG_WAKEUP, "wakeup"));
810 if (isc_condition_init(&manager->wakeup) != ISC_R_SUCCESS) {
824 (void)isc_condition_destroy(&manager->wakeup);
[all...]

Completed in 47 milliseconds