HomeSort by relevance Sort by last modified time
    Searched refs:gettimeofday (Results 376 - 400 of 828) sorted by null

<<11121314151617181920>>

  /external/netperf/src/
netcpu_kstat.c 291 gettimeofday (&time1, &tz);
293 gettimeofday (&time2, &tz);
netcpu_perfstat.c 192 gettimeofday (&time1, &tz);
194 gettimeofday (&time2, &tz);
netcpu_pstat.c 158 gettimeofday (&time1, &tz);
160 gettimeofday (&time2, &tz);
  /external/openssh/openbsd-compat/
bsd-misc.c 146 (void) gettimeofday(&tstart, NULL);
150 (void) gettimeofday (&tstop, NULL);
  /external/tremolo/Tremolo/
misc.c 95 gettimeofday(&tv,&tz);
155 gettimeofday(&tv,&tz);
  /external/webrtc/webrtc/base/
timeutils.cc 96 // Emulate POSIX gettimeofday().
98 static int gettimeofday(struct timeval *tv, void *tz) { function in namespace:rtc
129 if (gettimeofday(&timeval, NULL) < 0) {
  /system/core/toolbox/upstream-netbsd/bin/dd/
misc.c 104 (void)gettimeofday(&tv, NULL);
201 (void)gettimeofday(&tv, NULL);
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 119 static void gettimeofday (struct timeval *tv, void *dummy) function
145 gettimeofday(&tv, 0);
164 gettimeofday(&tv, 0);
307 /* Assume that the gettimeofday() has microsecond granularity */
373 gettimeofday(&last, 0);
378 gettimeofday(&tv, 0);
  /external/fio/
configure 332 gettimeofday="yes"
923 # gettimeofday() probe
924 if test "$gettimeofday" != "yes" ; then
925 gettimeofday="no"
933 return gettimeofday(&tv, NULL);
936 if compile_prog "" "" "gettimeofday"; then
937 gettimeofday="yes"
939 echo "gettimeofday $gettimeofday"
    [all...]
  /external/valgrind/drd/tests/
tsan_thread_wrappers_pthread.h 85 gettimeofday(&now, NULL);
239 gettimeofday(&now, NULL);
284 gettimeofday(&now, NULL);
  /device/linaro/bootloader/edk2/StdLib/Include/sys/
time.h 51 * Traditional *nix structure returned by gettimeofday(2) system call,
193 int gettimeofday (struct timeval *tp, void *ignore);
  /external/autotest/client/deps/glbench/src/
main.h 106 gettimeofday(&tv, NULL);
  /external/compiler-rt/test/tsan/
real_deadlock_detector_stress_test.cc 170 gettimeofday(&tv, NULL);
  /external/dhcpcd-6.8.2/compat/
arc4random.c 111 gettimeofday(&rdat.tv, NULL);
  /external/iproute2/ip/
rtmon.c 42 gettimeofday(&tv, NULL);
  /external/iputils/
clockdiff.c 195 (void)gettimeofday (&tv1, (struct timezone *)0);
219 (void)gettimeofday(&tv1, (struct timezone *)0);
373 gettimeofday (&tv1, NULL);
399 (void)gettimeofday(&tv1, (struct timezone *)0);
  /external/jemalloc/src/
nstime.c 148 gettimeofday(&tv, NULL);
  /external/libcups/filter/
rasterbench.c 164 gettimeofday(&curtime, NULL);
  /external/libcxx/src/
chrono.cpp 46 #include <sys/time.h> // for gettimeofday and timeval
102 gettimeofday(&tv, 0);
  /external/libopus/silk/
debug.c 60 gettimeofday(&tv, 0);
  /external/libpcap/lbl/
os-sunos4.h 105 int gettimeofday(struct timeval *, struct timezone *);
  /external/libpcap/
pcap-septel.c 153 (void)gettimeofday(&pcap_header.ts, NULL);
  /external/ltp/testcases/realtime/
00_Descriptions.txt 68 gettimeofday(). It provides the additional capability to produce graphical
86 is locked as well. It makes successive calls to the gettimeofday() function
  /external/ltp/utils/ffsb-6.0-rc2/
rand.c 120 gettimeofday(&time, NULL);
  /external/regex-re2/util/
benchmark.cc 29 if(gettimeofday(&tv, 0) < 0)

Completed in 5210 milliseconds

<<11121314151617181920>>