OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:coalesced_timer
(Results
1 - 1
of
1
) sorted by null
/external/qemu/hw/timer/
mc146818rtc.c
81
QEMUTimer *
coalesced_timer
;
member in struct:RTCState
108
timer_del(s->
coalesced_timer
);
114
timer_mod(s->
coalesced_timer
, next_clock);
617
s->
coalesced_timer
= timer_new(QEMU_CLOCK_VIRTUAL, SCALE_NS, rtc_coalesced_timer, s);
Completed in 449 milliseconds