OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:active_timers
(Results
1 - 1
of
1
) sorted by null
/external/qemu/
qemu-timer.c
428
static QEMUTimer *
active_timers
[QEMU_NUM_CLOCKS];
variable
467
if (qemu_timer_expired(
active_timers
[QEMU_CLOCK_VIRTUAL],
498
if (qemu_cpu_has_work(cpu_single_env) || !
active_timers
[clock->type]) {
553
pt = &
active_timers
[ts->clock->type];
577
pt = &
active_timers
[ts->clock->type];
590
if (pt == &
active_timers
[ts->clock->type]) {
612
for(t =
active_timers
[ts->clock->type]; t != NULL; t = t->next) {
633
ptimer_head = &
active_timers
[clock->type];
852
if (
active_timers
[QEMU_CLOCK_VIRTUAL]) {
853
delta =
active_timers
[QEMU_CLOCK_VIRTUAL]->expire_time
[
all
...]
Completed in 176 milliseconds