Searched refs:iothread (Results 1 – 1 of 1) sorted by relevance
28 HANDLE iothread; member118 wd->iothread = CreateThread(NULL, 0, IoCompletionRoutine, ctx, 0, NULL); in fio_windowsaio_init()119 if (wd->iothread == NULL) in fio_windowsaio_init()123 if (rc || wd->iothread == NULL) in fio_windowsaio_init()138 WaitForSingleObject(wd->iothread, INFINITE); in fio_windowsaio_cleanup()140 CloseHandle(wd->iothread); in fio_windowsaio_cleanup()