Go to the source code of this file.
Enumerations | |
| enum | { DDEKIT_INVALID_TIMER_ID = -1 } |
Functions | |
| int | ddekit_add_timer (void(*fn)(void *), void *args, unsigned long timeout) |
| Add a timer event. | |
| int | ddekit_del_timer (int timer) |
| Delete timer with the corresponding timer id. | |
| int | ddekit_timer_pending (int timer) |
| Check whether a timer is pending. | |
| void | ddekit_init_timers (void) |
| Initialization function, startup timer thread. | |
| ddekit_thread_t * | ddekit_get_timer_thread (void) |
| Get the timer thread. | |
| ddekit_thread_t* ddekit_get_timer_thread | ( | void | ) |
1.5.6