Home
last modified time | relevance | path

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

/external/fio/os/windows/
Dposix.c235 uint64_t unix_time, windows_time; in gettimeofday() local
249 unix_time = (((windows_time)/10000) - MILLISECONDS_BETWEEN_1601_AND_1970); in gettimeofday()
251 tp->tv_sec = unix_time / 1000; in gettimeofday()
252 tp->tv_usec = (unix_time % 1000) * 1000; in gettimeofday()