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

<<11121314151617181920>>

  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
2-1.c 55 if (gettimeofday(&curtime, NULL) != 0) {
2-2.c 55 if (gettimeofday(&curtime, NULL) != 0) {
2-3.c 49 if (gettimeofday(&curtime, NULL) != 0) {
3-1.c 48 if (gettimeofday(&curtime, NULL) != 0) {
  /external/lzma/CPP/7zip/Crypto/
RandGen.cpp 66 if (gettimeofday(&v, 0) == 0)
  /external/mdnsresponder/mDNSWindows/
PosixCompat.c 99 gettimeofday( struct timeval * tv, struct timezone * tz ) function
  /external/mesa3d/src/gallium/auxiliary/os/
os_time.c 65 gettimeofday(&tv, NULL);
  /external/valgrind/include/
pub_tool_libcproc.h 105 extern Int VG_(gettimeofday)(struct vki_timeval *tv, struct vki_timezone *tz);
  /external/webrtc/webrtc/base/
event.cc 97 gettimeofday(&tv, NULL);
timing.cc 53 gettimeofday(&time, NULL);
  /external/webrtc/webrtc/system_wrappers/source/
condition_variable_posix.cc 101 gettimeofday(&tv, 0);
tick_util.cc 130 gettimeofday(&tv, NULL);
  /prebuilts/ndk/r13/sources/cxx-stl/llvm-libc++/src/
chrono.cpp 16 #include <sys/time.h> // for gettimeofday and timeval
46 gettimeofday(&tv, 0);
  /external/libvncserver/examples/android/jni/
fbvncserver.c 222 gettimeofday(&ev.time,0);
322 gettimeofday(&ev.time,0);
332 gettimeofday(&ev.time,0);
342 gettimeofday(&ev.time,0);
352 gettimeofday(&ev.time,0);
  /external/linux-kselftest/tools/testing/selftests/networking/timestamping/
timestamping.c 144 gettimeofday(&now, 0);
164 gettimeofday(&now, 0);
474 gettimeofday(&next, 0);
484 gettimeofday(&now, 0);
500 gettimeofday(&now, 0);
  /external/ipsec-tools/src/racoon/
algorithm.c 426 gettimeofday(&start, NULL);
432 gettimeofday(&end, NULL);
538 gettimeofday(&start, NULL);
544 gettimeofday(&end, NULL);
567 gettimeofday(&start, NULL);
573 gettimeofday(&end, NULL);
  /external/toybox/toys/pending/
arping.c 123 gettimeofday(&tval, NULL);
166 gettimeofday(&tval, NULL);
187 gettimeofday(&start, NULL);
  /device/generic/goldfish/libqemu/
test_util.c 39 gettimeofday(&tv, NULL);
  /external/e2fsprogs/lib/ext2fs/
mmp.c 118 gettimeofday(&tv, 0);
161 gettimeofday(&tv, 0);
164 gettimeofday(&tv, 0);
435 gettimeofday(&tv, 0);
  /external/fio/
time.c 167 gettimeofday(&tv, NULL);
  /external/libchrome/base/synchronization/
condition_variable_posix.cc 97 gettimeofday(&now, NULL);
  /external/libdrm/tests/
drmstat.c 372 gettimeofday(&loop_start, NULL);
374 gettimeofday(&lock_start, NULL);
376 gettimeofday(&lock_end, NULL);
391 gettimeofday(&loop_end, NULL);
  /external/libyuv/files/unit_test/
unit_test.h 92 gettimeofday(&t, &tzp);
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_broadcast/
2-2.c 51 if (gettimeofday(&curtime, NULL) != 0) {
  /external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_signal/
2-2.c 51 if (gettimeofday(&curtime, NULL) != 0) {

Completed in 5804 milliseconds

<<11121314151617181920>>