HomeSort by relevance Sort by last modified time
    Searched refs:__tv (Results 1 - 4 of 4) sorted by null

  /external/fio/
gettime-thread.c 27 struct timeval __tv; local
29 gettimeofday(&__tv, NULL);
30 fio_tv->tv_sec = __tv.tv_sec;
32 fio_tv->tv_usec = __tv.tv_usec;
  /bionic/libc/include/sys/
time.h 41 int gettimeofday(struct timeval* __tv, struct timezone* __tz);
42 int settimeofday(const struct timeval* __tv, const struct timezone* __tz);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/i386-linux-gnu/sys/
time.h 73 extern int gettimeofday (struct timeval *__restrict __tv,
79 extern int settimeofday (__const struct timeval *__tv,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/x86_64-linux-gnu/sys/
time.h 73 extern int gettimeofday (struct timeval *__restrict __tv,
79 extern int settimeofday (__const struct timeval *__tv,

Completed in 211 milliseconds