Lines Matching defs:first_timer
164 struct gdb_timer *first_timer;
726 for (timer_index = timer_list.first_timer;
734 if (timer_index == timer_list.first_timer)
736 timer_ptr->next = timer_list.first_timer;
737 timer_list.first_timer = timer_ptr;
742 for (prev_timer = timer_list.first_timer;
764 for (timer_ptr = timer_list.first_timer; timer_ptr != NULL;
774 if (timer_ptr == timer_list.first_timer)
775 timer_list.first_timer = timer_ptr->next;
778 for (prev_timer = timer_list.first_timer;
811 if (timer_list.first_timer != NULL)
817 if (timer_list.first_timer->when < time_now)
825 steady_clock::duration d = timer_list.first_timer->when - time_now;
841 if (timer_list.first_timer->when < time_now)
860 struct gdb_timer *timer_ptr = timer_list.first_timer;
865 timer_list.first_timer = timer_ptr->next;