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

  /external/qemu/
qemu-timer.c 118 assert(!timerlist_has_timers(timer_list));
174 bool timerlist_has_timers(QEMUTimerList *timer_list) function
181 return timerlist_has_timers(
  /external/qemu/include/qemu/
timer.h 279 * timerlist_has_timers:
290 bool timerlist_has_timers(QEMUTimerList *timer_list);

Completed in 1171 milliseconds