Searched refs:hIOCP (Results 1 – 1 of 1) sorted by relevance
/openbmc/qemu/block/ |
H A D | win32-aio.c | 42 HANDLE hIOCP; member 103 while (GetQueuedCompletionStatus(s->hIOCP, &count, &key, &ov, 0)) { in win32_aio_completion_cb() 167 if (CreateIoCompletionPort(hfile, aio->hIOCP, (ULONG_PTR) 0, 0) == NULL) { in win32_aio_attach() 198 s->hIOCP = CreateIoCompletionPort(INVALID_HANDLE_VALUE, NULL, 0, 0); in win32_aio_init() 199 if (s->hIOCP == NULL) { in win32_aio_init() 215 CloseHandle(aio->hIOCP); in win32_aio_cleanup()
|