Home
last modified time | relevance | path

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

/external/fio/engines/
Dwindowsaio.c28 HANDLE iothread; member
120 wd->iothread = CreateThread(NULL, 0, IoCompletionRoutine, ctx, 0, &threadid); in fio_windowsaio_init()
122 if (wd->iothread != NULL) in fio_windowsaio_init()
128 if (rc || wd->iothread == NULL) in fio_windowsaio_init()
143 WaitForSingleObject(wd->iothread, INFINITE); in fio_windowsaio_cleanup()
145 CloseHandle(wd->iothread); in fio_windowsaio_cleanup()