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/
mc146818rtc.c
81
QEMUTimer *
coalesced_timer
;
member in struct:RTCState
108
qemu_del_timer(s->
coalesced_timer
);
114
qemu_mod_timer(s->
coalesced_timer
, next_clock);
617
s->
coalesced_timer
= qemu_new_timer_ns(vm_clock, rtc_coalesced_timer, s);
Completed in 309 milliseconds