HomeSort by relevance Sort by last modified time
    Searched refs:gettimeofday (Results 126 - 150 of 417) sorted by null

1 2 3 4 56 7 8 91011>>

  /external/srec/audio/AudioIn/UNIX/src/
audioinwrapper.cpp 93 gettimeofday ( &buffer_save_audio, NULL );
  /external/valgrind/main/drd/tests/
pth_inconsistent_cond_wait.c 14 #include <sys/time.h> // gettimeofday()
82 gettimeofday(&now, 0);
tsan_thread_wrappers_pthread.h 85 gettimeofday(&now, NULL);
239 gettimeofday(&now, NULL);
284 gettimeofday(&now, NULL);
  /hardware/ti/omap4xxx/domx/mm_osal/src/
timm_osal_semaphores.c 181 /*Some delay in calling gettimeofday and sem_timedwait - cant
182 be avoided. Possibility of thread switch after gettimeofday
184 gettimeofday(&ltime_now, NULL);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
time.h 73 extern int gettimeofday (struct timeval *__restrict __tv,
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
time.h 73 extern int gettimeofday (struct timeval *__restrict __tv,
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
time.h 73 extern int gettimeofday (struct timeval *__restrict __tv,
  /system/core/libnl_2/
socket.c 47 if (gettimeofday(&tv, NULL))
  /external/iproute2/misc/
lnstat_util.c 53 gettimeofday(&lf->last_read, NULL);
87 gettimeofday(&tv, NULL);
  /external/linux-tools-perf/bench/
mem-memcpy.c 149 gettimeofday(&tv_start, NULL);
151 gettimeofday(&tv_end, NULL);
sched-messaging.c 304 gettimeofday(&start, NULL);
314 gettimeofday(&stop, NULL);
  /external/netperf/
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/open-vcdiff/
configure.ac 45 AC_CHECK_FUNCS([gettimeofday QueryPerformanceCounter])
  /external/qemu/slirp/
slirp.h 135 #define gettimeofday(x, y) gettimeofday(x) macro
  /external/tremolo/Tremolo/
misc.c 95 gettimeofday(&tv,&tz);
155 gettimeofday(&tv,&tz);
  /hardware/samsung_slsi/exynos5/exynos_omx/openmax/exynos_omx/osal/
Exynos_OSAL_ETC.c 190 gettimeofday(&perfStart[id], NULL);
195 gettimeofday(&perfStop[id], NULL);
  /external/e2fsprogs/lib/uuid/
gen_uuid.c 113 static void gettimeofday (struct timeval *tv, void *dummy) function
143 gettimeofday(&tv, 0);
162 gettimeofday(&tv, 0);
302 /* Assume that the gettimeofday() has microsecond granularity */
363 gettimeofday(&last, 0);
368 gettimeofday(&tv, 0);
  /external/ping/
ping_common.c 294 gettimeofday(&cur_time, NULL);
300 gettimeofday(&tv, NULL);
483 gettimeofday(&start_time, NULL);
626 gettimeofday(&recv_time, NULL);
671 gettimeofday(tv, NULL);
  /hardware/ti/omap3/omx/image/src/openmax_il/jpeg_dec/inc/
OMX_JpegDec_Utils.h 165 gettimeofday(&sTime, &sTimeZone); \
192 gettimeofday(&sTime, &sTimeZone); \
219 gettimeofday(&sTime, &sTimeZone); \
  /bootable/recovery/
ui.cpp 185 gettimeofday(&now, NULL);
  /development/ndk/platforms/android-4/samples/san-angeles/jni/
app-linux.c 234 gettimeofday(&timeNow, NULL);
  /device/generic/goldfish/camera/
PreviewWindow.cpp 207 gettimeofday(&cur_time, NULL);
  /device/lge/mako/camera/QCamera/stack/mm-camera-test/src/
mm_qcamera_display.c 238 gettimeofday(&td1, &tz);
248 gettimeofday(&td2, &tz);
312 gettimeofday(&td1, &tz);
319 gettimeofday(&td2, &tz);

Completed in 1388 milliseconds

1 2 3 4 56 7 8 91011>>