Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/components/dfs/filesystems/jffs2/kernel/linux/
H A Dtimer.h7 struct timer_list { } ; struct
9 struct timer_list {int no; } ; struct
/nrf52832-nimble/rt-thread/src/
H A Dtimer.c108 static rt_tick_t rt_timer_list_next_timeout(rt_list_t timer_list[]) in rt_timer_list_next_timeout()
299 rt_list_t *timer_list; in rt_timer_start() local