Searched defs:stdio_nb_clients (Results 1 - 1 of 1) sorted by relevance

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

Completed in 61 milliseconds