Searched defs:ms_total (Results 1 - 1 of 1) sorted by relevance

/external/fio/os/windows/
H A Dposix.c795 DWORD ms_total = (rqtp->tv_sec * 1000) + (rqtp->tv_nsec / 1000000.0); local
797 if (ms_total == 0)
798 ms_total = 1;
800 ms_remaining = ms_total;
807 ms_remaining = ms_total - mtime_since_now(&tv);
808 } while (ms_remaining > 0 && ms_remaining < ms_total);

Completed in 81 milliseconds