Searched refs:th_wakeup_timer (Results 1 – 1 of 1) sorted by relevance
21 struct k_timer th_wakeup_timer; variable83 k_timer_init(&th_wakeup_timer, timer_handler, NULL); in thread_handler()84 k_timer_start(&th_wakeup_timer, DURATION, K_NO_WAIT); in thread_handler()