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

<<11121314151617181920>>

  /external/ltp/testcases/realtime/perf/latency/
pthread_cond_latency.c 80 retval = gettimeofday(&tv, NULL);
82 perror("gettimeofday");
  /external/ppp/pppd/plugins/rp-pppoe/
debug.c 99 gettimeofday(&tv, NULL);
  /external/toybox/toys/other/
hwclock.c 102 if (gettimeofday(&timeval, 0)) perror_exit("gettimeofday failed");
  /external/valgrind/drd/tests/
pth_inconsistent_cond_wait.c 14 #include <sys/time.h> // gettimeofday()
82 gettimeofday(&now, 0);
  /frameworks/av/media/libstagefright/codecs/mpeg2dec/
SoftMPEG2.h 48 #define GETTIME(a, b) gettimeofday(a, b);
  /hardware/qcom/display/msm8996/sdm/include/utils/
locker.h 145 gettimeofday(&tv, NULL);
  /hardware/qcom/display/msm8998/sdm/include/utils/
locker.h 145 gettimeofday(&tv, NULL);
  /hardware/qcom/display/sdm845/sdm/include/utils/
locker.h 145 gettimeofday(&tv, NULL);
  /hardware/qcom/gps/msm8960/utils/
loc_timer.c 73 gettimeofday(&tv, NULL);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/sys/
time.h 73 extern int gettimeofday (struct timeval *__restrict __tv,
  /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,
  /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,
  /prebuilts/ndk/r11/sources/cxx-stl/llvm-libc++/libcxx/src/
chrono.cpp 11 #include <sys/time.h> //for gettimeofday and timeval
33 gettimeofday(&tv, 0);
  /system/core/libutils/include/utils/
Condition.h 125 gettimeofday(&t, NULL);
  /system/extras/ioshark/
ioshark_bench.h 124 (void)gettimeofday(&finish, (struct timezone *)NULL);
  /external/dhcpcd-6.8.2/
common.c 125 /* Something above failed, so fall back to gettimeofday */
133 if (gettimeofday(&tv, NULL) == 0) {
248 if (gettimeofday(&tv, NULL) != -1) {
  /external/fio/
mutex.c 148 gettimeofday(&now, NULL);
160 gettimeofday(&tv_s, NULL);
  /external/iproute2/misc/
lnstat_util.c 57 gettimeofday(&lf->last_read, NULL);
90 gettimeofday(&tv, NULL);
  /external/libmicrohttpd/src/testspdy/
test_request_response_with_callback.c 277 gettimeofday(&tv1, NULL);
279 gettimeofday(&tv2, NULL);
  /external/linux-kselftest/tools/testing/selftests/timers/
rtctest.c 241 gettimeofday(&start, NULL);
248 gettimeofday(&end, NULL);
  /external/ltp/testcases/kernel/sched/cfs-scheduler/
hackbench.c 348 gettimeofday(&start, NULL);
358 gettimeofday(&stop, NULL);
  /external/ltp/testcases/kernel/syscalls/readahead/
readahead02.c 256 if (gettimeofday(&now, NULL) == -1)
257 tst_brkm(TBROK | TERRNO, cleanup, "gettimeofday failed");
280 if (gettimeofday(&now, NULL) == -1)
281 tst_brkm(TBROK | TERRNO, cleanup, "gettimeofday failed");
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_cond_init/
s-c.c 180 gettimeofday(&time_zero, NULL);
212 gettimeofday(&time_cour, NULL);
  /external/ltp/testcases/open_posix_testsuite/stress/threads/pthread_mutex_init/
s-c.c 171 gettimeofday(&time_zero, NULL);
211 gettimeofday(&time_cour, NULL);
  /external/ltp/tools/pounder21/src/memxfer5b/
memxfer5b.c 323 gettimeofday(&_tstart, NULL);
328 gettimeofday(&_tend, NULL);

Completed in 496 milliseconds

<<11121314151617181920>>