Go to the source code of this file.
Classes | |
| union | ev_arg |
| struct | event |
Typedefs | |
| typedef union ev_arg | ev_arg_t |
| typedef void ev_func_t | ARGS ((struct event *ev, union ev_arg eva)) |
| typedef struct event | event_t |
Functions | |
| void ev_init | ARGS ((event_t *ev)) |
| void ev_enqueue | ARGS ((event_t *ev, ev_func_t func, ev_arg_t ev_arg)) |
| void ev_process | ARGS ((void)) |
Variables | |
| event_t * | ev_head |
| void ev_process ARGS | ( | (void) | ) |
| void ev_init ARGS | ( | (event_t *ev) | ) |
1.5.8