Home
last modified time | relevance | path

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

/nrf52832-nimble/rt-thread/src/
H A Dtimer.c38 static struct rt_thread timer_thread; variable
402 if ((timer_thread.stat & RT_THREAD_STAT_MASK) == RT_THREAD_SUSPEND) in rt_timer_start()
405 rt_thread_resume(&timer_thread); in rt_timer_start()
707 rt_thread_init(&timer_thread, in rt_system_timer_thread_init()
717 rt_thread_startup(&timer_thread); in rt_system_timer_thread_init()