HomeSort by relevance Sort by last modified time
    Searched full:mswait (Results 1 - 1 of 1) sorted by null

  /external/fio/engines/
windowsaio.c 270 DWORD mswait = 250; local
273 mswait = (t->tv_sec * 1000) + (t->tv_nsec / 1000000);
297 status = WaitForSingleObject(wd->iocomplete_event, mswait);

Completed in 53 milliseconds