Home
last modified time | relevance | path

Searched refs:timer_new_full (Results 1 – 3 of 3) sorted by relevance

/qemu/include/block/
H A Daio.h539 return timer_new_full(&ctx->tlg, type, scale, attributes, cb, opaque); in aio_timer_new_with_attrs()
559 return timer_new_full(&ctx->tlg, type, scale, 0, cb, opaque); in aio_timer_new()
/qemu/include/qemu/
H A Dtimer.h518 static inline QEMUTimer *timer_new_full(QEMUTimerListGroup *timer_list_group, in timer_new_full() function
544 return timer_new_full(NULL, type, scale, 0, cb, opaque); in timer_new()
/qemu/ui/
H A Dinput.c458 kbd_timer = timer_new_full(NULL, QEMU_CLOCK_VIRTUAL, in qemu_input_event_send_key_delay()