Home
last modified time | relevance | path

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

/external/qemu/
Dqemu-char.c606 static int stdio_nb_clients = 0; variable
828 stdio_nb_clients--; in qemu_chr_close_stdio()
837 if (stdio_nb_clients >= STDIO_MAX_CLIENTS) in qemu_chr_open_stdio()
839 if (stdio_nb_clients == 0) { in qemu_chr_open_stdio()
850 stdio_nb_clients++; in qemu_chr_open_stdio()