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