timer_id
timer_id busprobe_callout;
timer_id bmr_callout;
timer_id timeout_callout;
timer_id create_timer(timer_function func, void *cookie, bigtime_t interval, uint32 flags);
status_t delete_timer(timer_id id);
timer_id
timer_id id;
delete_timer(timer_id id)
timer_id id;
static timer_id sTimerNextId;