Data Fields | |
void(* | cb )(void *ctx) |
void * | ctx |
U32 | expire_at_tick |
bool | expired |
U32 | tick |
U8 | type |
void(* timeout_t::cb)(void *ctx) |
Referenced by timer_poll(), and timer_sched_timeout_cb().
void* timeout_t::ctx |
Referenced by timer_poll(), and timer_sched_timeout_cb().
U32 timeout_t::expire_at_tick |
Referenced by timer_poll(), and timer_sched_timeout().
bool timeout_t::expired |
Referenced by timer_cancel_timeout(), timer_init(), timer_mod(), timer_poll(), and timer_sched_timeout().
U32 timeout_t::tick |
Referenced by timer_poll(), and timer_sched_timeout().
U8 timeout_t::type |
Referenced by timer_poll(), and timer_sched_timeout().