Home
last modified time | relevance | path

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

/qemu/chardev/
H A Dchar-win-stdio.c36 HANDLE hInputReadyEvent; member
105 if (!SetEvent(stdio->hInputReadyEvent)) { in win_stdio_thread()
114 qemu_del_wait_object(stdio->hInputReadyEvent, NULL, NULL); in win_stdio_thread()
172 stdio->hInputReadyEvent = CreateEvent(NULL, FALSE, FALSE, NULL); in qemu_chr_open_stdio()
174 if (stdio->hInputReadyEvent == INVALID_HANDLE_VALUE in qemu_chr_open_stdio()
179 if (qemu_add_wait_object(stdio->hInputReadyEvent, in qemu_chr_open_stdio()
212 qemu_del_wait_object(stdio->hInputReadyEvent, NULL, NULL); in qemu_chr_open_stdio()
214 CloseHandle(stdio->hInputReadyEvent); in qemu_chr_open_stdio()
224 if (stdio->hInputReadyEvent != INVALID_HANDLE_VALUE) { in char_win_stdio_finalize()
225 CloseHandle(stdio->hInputReadyEvent); in char_win_stdio_finalize()