HomeSort by relevance Sort by last modified time
    Searched refs:main_loop_tlg (Results 1 - 3 of 3) sorted by null

  /external/qemu/
qemu-timer.c 59 QEMUTimerListGroup main_loop_tlg; variable
135 main_loop_tlg.tl[type] = timerlist_new(type, NULL, NULL);
182 main_loop_tlg.tl[type]);
203 main_loop_tlg.tl[type]);
265 return main_loop_tlg.tl[type];
500 return timerlist_run_timers(main_loop_tlg.tl[type]);
main-loop.c 935 timeout_ns, timerlistgroup_deadline_ns(&main_loop_tlg));
  /external/qemu/include/qemu/
timer.h 66 extern QEMUTimerListGroup main_loop_tlg;
462 return timer_new_tl(main_loop_tlg.tl[type], scale, cb, opaque);

Completed in 257 milliseconds