Home
last modified time | relevance | path

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

/openbmc/qemu/chardev/
H A Dchar-pty.c43 GSource *timer_src; member
54 if (s->timer_src) { in pty_chr_timer_cancel()
55 g_source_destroy(s->timer_src); in pty_chr_timer_cancel()
56 g_source_unref(s->timer_src); in pty_chr_timer_cancel()
57 s->timer_src = NULL; in pty_chr_timer_cancel()
81 s->timer_src = qemu_chr_timeout_add_ms(chr, ms, pty_chr_timer, chr); in pty_chr_rearm_timer()
82 g_source_set_name(s->timer_src, name); in pty_chr_rearm_timer()
355 s->timer_src = NULL; in char_pty_open()