HomeSort by relevance Sort by last modified time
    Searched refs:clock_gettime (Results 176 - 200 of 344) sorted by null

1 2 3 4 5 6 78 91011>>

  /bionic/libc/upstream-netbsd/lib/libc/isc/
ev_timers.c 136 if (clock_gettime(m, &tsnow) == 0)
149 if (clock_gettime(CLOCK_REALTIME, &tsnow) == 0)
  /bionic/tests/
time_test.cpp 408 TEST(time, clock_gettime) {
409 // Try to ensure that our vdso clock_gettime is working.
411 ASSERT_EQ(0, clock_gettime(CLOCK_MONOTONIC, &ts1));
  /device/lge/mako/camera/mm-camera-interface/
mm_camera_poll_thread.c 94 clock_gettime(CLOCK_REALTIME, &ts);
314 clock_gettime(CLOCK_REALTIME, &ts);
mm_camera_helper.c 264 clock_gettime(CLOCK_REALTIME, &cur_time);
  /external/chromium_org/components/nacl/loader/nonsfi/
nonsfi_sandbox_unittest.cc 442 BPF_ASSERT_EQ(0, clock_gettime(clockid, &ts));
461 clock_gettime(CLOCK_MONOTONIC_RAW, &ts);
  /external/chromium_org/v8/src/base/platform/
time.cc 560 int result = clock_gettime(CLOCK_MONOTONIC, &ts);
602 clock_gettime(clock_id_, &ts);
condition-variable.cc 91 result = clock_gettime(CLOCK_MONOTONIC, &ts);
  /external/fio/
gettime.c 132 return clock_gettime(CLOCK_MONOTONIC, ts);
134 return clock_gettime(CLOCK_REALTIME, ts);
160 log_err("fio: clock_gettime fails\n");
  /bionic/benchmarks/
benchmark_main.cpp 54 clock_gettime(CLOCK_MONOTONIC, &t);
  /bionic/libc/bionic/
semaphore.c 299 clock_gettime( CLOCK_REALTIME, &ts );
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gles3jni.cpp 195 clock_gettime(CLOCK_MONOTONIC, &now);
  /device/lge/mako/camera/QCamera/stack/mm-camera-interface/src/
mm_camera_helper.c 246 clock_gettime(CLOCK_REALTIME, &cur_time);
  /external/bluetooth/bluedroid/btif/src/
btif_hf.c 315 clock_gettime(CLOCK_MONOTONIC, &now);
458 clock_gettime(CLOCK_MONOTONIC,
    [all...]
  /external/bluetooth/bluedroid/osi/src/
alarm.c 191 if (clock_gettime(CLOCK_ID, &ts) == -1) {
  /external/chromium_org/third_party/boringssl/src/tool/
speed.cc 80 clock_gettime(CLOCK_MONOTONIC, &ts);
  /external/chromium_org/third_party/libusb/src/libusb/
io.c     [all...]
  /external/fio/engines/
posixaio.c 28 if (!clock_gettime(clk, ts))
31 perror("clock_gettime");
  /external/libusb/libusb/
io.c     [all...]
  /external/openssl/crypto/rand/
rand_unix.c 210 clock_gettime (CLOCK_REALTIME, &ts);
  /external/qemu/include/qemu/
timer.h 733 clock_gettime(CLOCK_MONOTONIC, &ts);
  /external/valgrind/main/memcheck/tests/linux/
timerfd-syscall.c 108 if (clock_gettime((clockid_t) clockid, &tp))
110 perror("clock_gettime");
119 fprintf(stderr, "error: clock_gettime\n");
  /frameworks/av/media/libnbaio/
MonoPipe.cpp 183 bool nowTsValid = !clock_gettime(CLOCK_MONOTONIC, &nowTs);
189 "clock_gettime(CLOCK_MONOTONIC) failed: was %ld.%09ld but now %ld.%09ld",
  /frameworks/rs/
rsCppUtils.h 167 clock_gettime(clocks[clock], &t);
  /frameworks/wilhelm/src/
locks.c 36 clock_gettime(CLOCK_REALTIME, ts);
  /hardware/libhardware/modules/soundtrigger/
sound_trigger_hw.c 70 clock_gettime(CLOCK_REALTIME, &ts);

Completed in 1773 milliseconds

1 2 3 4 5 6 78 91011>>