Home
last modified time | relevance | path

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

/openbmc/qemu/chardev/
H A Dchar-win-stdio.c37 HANDLE hInputReadyEvent; member
106 if (!SetEvent(stdio->hInputReadyEvent)) { in win_stdio_thread()
115 qemu_del_wait_object(stdio->hInputReadyEvent, NULL, NULL); in win_stdio_thread()
174 stdio->hInputReadyEvent = CreateEvent(NULL, FALSE, FALSE, NULL); in qemu_chr_open_stdio()
176 if (stdio->hInputReadyEvent == INVALID_HANDLE_VALUE in qemu_chr_open_stdio()
181 if (qemu_add_wait_object(stdio->hInputReadyEvent, in qemu_chr_open_stdio()
214 qemu_del_wait_object(stdio->hInputReadyEvent, NULL, NULL); in qemu_chr_open_stdio()
216 CloseHandle(stdio->hInputReadyEvent); in qemu_chr_open_stdio()
229 if (stdio->hInputReadyEvent != INVALID_HANDLE_VALUE) { in char_win_stdio_finalize()
230 CloseHandle(stdio->hInputReadyEvent); in char_win_stdio_finalize()