OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:qemu_timer_expired
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
qemu-timer.h
51
int
qemu_timer_expired
(QEMUTimer *timer_head, int64_t current_time);
qemu-timer.c
467
if (
qemu_timer_expired
(active_timers[QEMU_CLOCK_VIRTUAL],
552
qemu_timer_expired
() can be called from a signal. */
576
qemu_timer_expired
() can be called from a signal. */
619
int
qemu_timer_expired
(QEMUTimer *timer_head, int64_t current_time)
function
[
all
...]
Completed in 26 milliseconds