Home
last modified time | relevance | path

Searched refs:timer_list (Results 1 – 3 of 3) sorted by relevance

/components/drivers/cputime/
A Dcputimer.c128 rt_list_t *timer_list; in rt_cputimer_start() local
143 timer_list = &_cputimer_list; in rt_cputimer_start()
145 for (; timer_list != _cputimer_list.prev; in rt_cputimer_start()
146 timer_list = timer_list->next) in rt_cputimer_start()
149 rt_list_t *p = timer_list->next; in rt_cputimer_start()
163 rt_list_insert_after(timer_list, &(timer->row)); in rt_cputimer_start()
/components/lwp/
A Dlwp.h264 int timer_list_free(rt_list_t *timer_list);
/components/libc/compilers/common/
A Dctime.c875 int timer_list_free(rt_list_t *timer_list) in timer_list_free() argument
878 rt_list_for_each_entry_safe(pos, n, timer_list, lwp_node) in timer_list_free()

Completed in 7 milliseconds