Home
last modified time | relevance | path

Searched defs:timer_func (Results 1 – 1 of 1) sorted by relevance

/DragonOS-0.1.3/kernel/src/time/
Dtimer.c75 void timer_func_init(struct timer_func_list_t *timer_func, void (*func)(void *data), void *data, ui… in timer_func_init()
91 void timer_func_init_us(struct timer_func_list_t *timer_func, void (*func)(void *data), void *data,… in timer_func_init_us()
105 void timer_func_add(struct timer_func_list_t *timer_func) in timer_func_add()
121 void timer_func_del(struct timer_func_list_t *timer_func) in timer_func_del()