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

  /external/valgrind/coregrind/
m_libcproc.c 924 struct vki_timeval tv_now; local
927 res = VG_(do_syscall2)(__NR_gettimeofday, (UWord)&tv_now, (UWord)NULL);
929 now = tv_now.tv_sec * 1000000ULL + tv_now.tv_usec;
939 struct vki_timeval tv_now = { 0, 0 }; local
940 res = VG_(do_syscall2)(__NR_gettimeofday, (UWord)&tv_now, (UWord)NULL);
    [all...]
  /external/autotest/client/tests/aiostress/
aio-stress.c 452 struct timeval *tv_now) {
455 calc_latency(&io->io_start_time, tv_now, &t->io_completion_latency);
547 struct timeval tv_now; local
550 gettimeofday(&tv_now, NULL);
551 finish_io(t, event_io, event.res, &tv_now);
726 struct timeval *tv_now)
734 io->io_start_time = *tv_now; /* set time of io_submit */
    [all...]
  /external/valgrind/callgrind/
main.c 1717 struct vki_timeval tv_now; local
1734 struct vki_timeval tv_now; local
    [all...]

Completed in 74 milliseconds