Searched refs:first_timer (Results 1 – 1 of 1) sorted by relevance
363 esp_timer_handle_t first_timer = LIST_FIRST(&s_timers[dispatch_method]); in timer_remove() local367 if (timer == first_timer) { // if this timer was the first in the list. in timer_remove()369 first_timer = LIST_FIRST(&s_timers[dispatch_method]); in timer_remove()370 if (first_timer) { // if after removing the timer from the list, this list is not empty. in timer_remove()371 next_timestamp = first_timer->alarm; in timer_remove()