Home
last modified time | relevance | path

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

/external/qemu/
Dqemu-char.c1523 static int win_chr_pipe_poll(void *opaque);
1542 qemu_del_polling_cb(win_chr_pipe_poll, chr); in win_chr_close()
1730 static int win_chr_pipe_poll(void *opaque) in win_chr_pipe_poll() function
1800 qemu_add_polling_cb(win_chr_pipe_poll, chr); in win_chr_pipe_init()