timer_list.h
Include dependency graph for timer_list.h:
This graph shows which files directly or indirectly include timer_list.h:
Typedefs
- void() timer_list_callback_t (struct TimerListItem *)
Functions
-
static inline void timer_list_insert(struct TimerList *tw, struct TimerListItem *item)
-
static inline void timer_list_remove(struct TimerList *tw, struct TimerListItem *item)
-
static inline void timer_list_item_init(struct TimerListItem *it, uint64_t expiry)
-
void timer_list_next(struct TimerList *tw, uint64_t now, timer_list_callback_t cb)
-
struct TimerList
Collaboration diagram for TimerList:
-
struct TimerListItem
Collaboration diagram for TimerListItem: