Home
last modified time | relevance | path

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

/external/qemu/
Dqemu-char.c283 int64_t timestamps_start; member
304 if (d->timestamps_start == -1) in mux_chr_write()
305 d->timestamps_start = ti; in mux_chr_write()
306 ti -= d->timestamps_start; in mux_chr_write()
403 d->timestamps_start = -1; in mux_proc_byte()