HomeSort by: relevance | last modified time | path
    Searched refs:first_timer (Results 1 - 4 of 4) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdbsupport/
event-loop.cc 164 struct gdb_timer *first_timer; member in struct:__anon21134
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;
    [all...]
  /src/external/gpl3/gdb/dist/gdbsupport/
event-loop.cc 164 struct gdb_timer *first_timer; member in struct:__anon762
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;
    [all...]
  /src/sys/external/bsd/compiler_rt/dist/lib/msan/
msan.cc 562 static const u32 first_timer = local
567 if (id == first_timer) {
  /src/external/bsd/unbound/dist/testcode/
replay.c 529 first_timer(struct replay_runtime* runtime) function
546 struct fake_timer* t = first_timer(runtime);
817 struct fake_timer* t = first_timer(runtime);

Completed in 19 milliseconds