Searched refs:gettimeofday (Results 1 - 25 of 242) sorted by relevance

12345678910

/external/libpcap/lbl/
H A Dos-ultrix4.h34 int gettimeofday(struct timeval *, struct timezone *);
/external/lldb/test/expression_command/timeout/
H A Dwait-a-while.c13 gettimeofday(&start_time, NULL);
23 gettimeofday(&now, NULL);
/external/tcpdump/lbl/
H A Dos-ultrix4.h34 int gettimeofday(struct timeval *, struct timezone *);
/external/toybox/toys/posix/
H A Dtime.c30 gettimeofday(&tv, NULL);
38 gettimeofday(&tv2, NULL);
/external/libvncserver/test/
H A Dtjutil.c62 if(gettimeofday(&tv, NULL)<0) return 0.0;
/external/lldb/tools/debugserver/source/
H A DDNBTimer.h73 gettimeofday (&m_timeval, NULL);
101 gettimeofday (&now, NULL);
114 gettimeofday (&now, NULL);
125 gettimeofday (&now, NULL);
/external/mesa3d/src/gallium/auxiliary/os/
H A Dos_time.c55 gettimeofday(&tv, NULL);
/external/libunwind/tests/
H A Dforker.c50 gettimeofday (&start, NULL);
69 gettimeofday (&stop, NULL);
/external/libvpx/libvpx/vpx_ports/
H A Dvpx_timer.h61 gettimeofday(&t->begin, NULL);
71 gettimeofday(&t->end, NULL);
/external/llvm/lib/Support/Unix/
H A DTimeValue.inc39 if (0 != ::gettimeofday(&the_time,nullptr)) {
40 // This is *really* unlikely to occur because the only gettimeofday
/external/vboot_reference/tests/tpm_lite/
H A Dtpmtest_timing.c28 gettimeofday(&before, NULL); \
34 gettimeofday(&after, NULL); \
/external/ceres-solver/internal/ceres/
H A Dwall_time.cc56 gettimeofday(&time_val, NULL);
/external/e2fsprogs/include/nonunix/
H A Dunistd.h43 #define gettimeofday(p, v) ((p)->tv_sec = (p)->tv_usec = 0) macro
/external/ppp/pppd/
H A Dmagic.c72 gettimeofday(&t, NULL);
/external/skia/src/ports/
H A DSkTime_Unix.cpp41 gettimeofday(&tv, NULL);
/external/valgrind/coregrind/
H A Dvgdb.h44 gettimeofday(&dbgtv, NULL), \
/external/jemalloc/test/src/
H A Dtimer.c14 gettimeofday(&timer->tv0, NULL);
25 gettimeofday(&timer->tv1, NULL);
/external/linux-tools-perf/src/tools/perf/bench/
H A Dsched-pipe.c70 gettimeofday(&start, NULL);
84 gettimeofday(&stop, NULL);
/external/webrtc/src/system_wrappers/source/
H A Dtrace_posix.cc43 gettimeofday(&systemTimeHighRes, 0);
56 if (gettimeofday(&systemTimeHighRes, 0) == -1)
/external/blktrace/btt/
H A Dbt_timeline.c105 gettimeofday(&tvs, NULL);
112 gettimeofday(&tve, NULL);
/external/e2fsprogs/e2fsck/
H A Dscantest.c57 gettimeofday(&track->time_start, 0);
75 gettimeofday(&time_end, 0);
/external/e2fsprogs/resize/
H A Dresource_track.c30 gettimeofday(&track->time_start, 0);
73 gettimeofday(&time_end, 0);
/external/libvncserver/examples/
H A Dcamera.c61 gettimeofday(&now,NULL);
105 gettimeofday(&now,NULL);
/external/deqp/framework/delibs/deutil/
H A DdeClock.c63 gettimeofday(&currTime, DE_NULL);
/external/fio/
H A Dgettime-thread.c31 gettimeofday(&__tv, NULL);
53 * to have some way of NOT hammering that CPU with gettimeofday(),

Completed in 813 milliseconds

12345678910