Go to the source code of this file.
Macros | |
| #define | USEC_MAX 1000000 |
Functions | |
| void | set_time (TIME t) |
| struct timeval * | process_outstanding_timeouts (struct timeval *tvp) |
| void | dispatch (void) |
| void | isclib_timer_callback (isc_task_t *taskp, isc_event_t *eventp) |
| void | add_timeout (struct timeval *when, void *where, void *what, tvref_t ref, tvunref_t unref) |
| void | cancel_timeout (void *where, void *what) |
Variables | |
| struct timeout * | timeouts |
| #define USEC_MAX 1000000 |
Definition at line 204 of file dispatch.c.
Definition at line 206 of file dispatch.c.
Definition at line 390 of file dispatch.c.
Definition at line 109 of file dispatch.c.
| void isclib_timer_callback | ( | isc_task_t * | taskp, |
| isc_event_t * | eventp ) |
Definition at line 148 of file dispatch.c.
Definition at line 46 of file dispatch.c.
Definition at line 36 of file dispatch.c.
Definition at line 33 of file dispatch.c.