Home
last modified time | relevance | path

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

/external/fio/
Dgettime-thread.c29 struct timeval __tv; in fio_gtod_update() local
31 gettimeofday(&__tv, NULL); in fio_gtod_update()
32 fio_tv->tv_sec = __tv.tv_sec; in fio_gtod_update()
34 fio_tv->tv_usec = __tv.tv_usec; in fio_gtod_update()