Go to the source code of this file.
Functions | |
isc_result_t | isc__timermgr_nextevent (isc_timermgr_t *timermgr, isc_time_t *when) |
void | isc__timermgr_dispatch (isc_timermgr_t *timermgr) |
Definition in file timer_p.h.
isc_result_t isc__timermgr_nextevent | ( | isc_timermgr_t * | timermgr, | |
isc_time_t * | when | |||
) |
Definition at line 1023 of file timer.c.
References ISC_R_NOTFOUND, and ISC_R_SUCCESS.
Referenced by evloop().
void isc__timermgr_dispatch | ( | isc_timermgr_t * | timermgr | ) |
Definition at line 1037 of file timer.c.
References dispatch(), and TIME_NOW.
Referenced by evloop(), and isc__timermgr_destroy().