Home
last modified time | relevance | path

Searched refs:timer_last (Results 1 – 2 of 2) sorted by relevance

/qemu/audio/
A Daudio_int.h235 uint64_t timer_last; member
A Daudio.c831 s->timer_last = qemu_clock_get_ns(QEMU_CLOCK_VIRTUAL); in audio_reset_timer()
849 diff = now - s->timer_last; in audio_timer()
853 s->timer_last = now; in audio_timer()

Completed in 8 milliseconds