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

  /external/qemu/
oslib-posix.c 116 struct timeval tv[2], tv_now; local
139 gettimeofday(&tv_now, NULL);
147 tv[i].tv_sec = tv_now.tv_sec;
148 tv[i].tv_usec = tv_now.tv_usec;
  /external/bluetooth/glib/gio/fen/
fen-node.c 111 GTimeVal tv_now; local
117 g_get_current_time (&tv_now);
123 if (g_timeval_lt (&d->tv, &tv_now)) {
  /external/valgrind/main/coregrind/
m_libcproc.c 623 struct vki_timeval tv_now; local
624 res = VG_(do_syscall2)(__NR_gettimeofday, (UWord)&tv_now, (UWord)NULL);
626 now = tv_now.tv_sec * 1000000ULL + tv_now.tv_usec;
655 struct vki_timeval tv_now = { 0, 0 }; local
656 res = VG_(do_syscall2)(__NR_gettimeofday, (UWord)&tv_now, (UWord)NULL);
  /external/valgrind/main/callgrind/
main.c 1429 struct vki_timeval tv_now; local
1446 struct vki_timeval tv_now; local
    [all...]

Completed in 862 milliseconds