Home
last modified time | relevance | path

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

/openbmc/qemu/chardev/
H A Dchar-win-stdio.c39 HANDLE hInputThread; member
186 stdio->hInputThread = CreateThread(NULL, 0, win_stdio_thread, in qemu_chr_open_stdio()
189 if (stdio->hInputThread == INVALID_HANDLE_VALUE) { in qemu_chr_open_stdio()
235 if (stdio->hInputThread != INVALID_HANDLE_VALUE) { in char_win_stdio_finalize()
236 TerminateThread(stdio->hInputThread, 0); in char_win_stdio_finalize()