HomeSort by relevance Sort by last modified time
    Searched refs:CLOCK_MONOTONIC (Results 76 - 100 of 144) sorted by null

1 2 34 5 6

  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-arm/usr/include/
time.h 105 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/android-ndk-r7/platforms/android-3/arch-x86/usr/include/
time.h 105 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-arm/usr/include/
time.h 105 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/android-ndk-r7/platforms/android-4/arch-x86/usr/include/
time.h 105 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-arm/usr/include/
time.h 105 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/android-ndk-r7/platforms/android-5/arch-x86/usr/include/
time.h 105 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-arm/usr/include/
time.h 101 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/android-ndk-r7/platforms/android-8/arch-x86/usr/include/
time.h 101 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-arm/usr/include/
time.h 101 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/android-ndk-r7/platforms/android-9/arch-x86/usr/include/
time.h 101 #define CLOCK_MONOTONIC 1
  /system/extras/tests/bionic/libc/common/
bench_stdio.c 49 clock_gettime(CLOCK_MONOTONIC, &ts);
  /external/dbus/dbus/
dbus-sysdeps-pthread.c 207 pthread_condattr_setclock (&attr, CLOCK_MONOTONIC);
278 clock_gettime (CLOCK_MONOTONIC,&monotonic_timer);
363 if (clock_getres (CLOCK_MONOTONIC, &dummy) == 0)
  /external/libnfc-nxp/Linux_x86/
phDal4Nfc_uart.c 270 clock_gettime(CLOCK_MONOTONIC, &now);
315 clock_gettime(CLOCK_MONOTONIC, &timeout);
323 clock_gettime(CLOCK_MONOTONIC, &timeout);
  /development/tools/emulator/system/libqemu/
test_util.c 31 clock_gettime(CLOCK_MONOTONIC, &tm);
  /external/valgrind/main/drd/tests/
monitor_example.cpp 90 pthread_condattr_setclock(&condattr, CLOCK_MONOTONIC);
  /system/extras/tests/binder/benchmarks/
binderAddInts.cpp 274 clock_gettime(CLOCK_MONOTONIC, &start);
282 clock_gettime(CLOCK_MONOTONIC, &current);
  /system/extras/tests/sdcard/
stopwatch.cpp 81 clock_gettime(CLOCK_MONOTONIC, &mData[mDataLen].mTime);
95 clock_gettime(CLOCK_MONOTONIC, &mData[mDataLen].mTime);
  /external/chromium/base/
time_posix.cc 172 if (clock_gettime(CLOCK_MONOTONIC, &ts) != 0) {
173 NOTREACHED() << "clock_gettime(CLOCK_MONOTONIC) failed.";
  /frameworks/av/services/audioflinger/
MonoPipe.cpp 125 bool nowTsValid = !clock_gettime(CLOCK_MONOTONIC, &nowTs);
  /system/core/libcorkscrew/
map_info.c 130 clock_gettime(CLOCK_MONOTONIC, &t);
  /system/extras/tests/framebuffer/
refresh.c 23 clock_gettime(CLOCK_MONOTONIC, &t);
  /system/extras/tests/memtest/
fptest.cpp 42 clock_gettime(CLOCK_MONOTONIC, &t);
  /frameworks/native/services/surfaceflinger/DisplayHardware/
HWComposer.cpp 302 const nsecs_t now = systemTime(CLOCK_MONOTONIC);
318 err = clock_nanosleep(CLOCK_MONOTONIC, TIMER_ABSTIME, &spec, NULL);
  /bionic/libc/netbsd/isc/
ev_timers.c 121 #ifdef CLOCK_MONOTONIC
123 m = CLOCK_MONOTONIC;
  /frameworks/av/media/libeffects/visualizer/
EffectVisualizer.cpp 337 if (clock_gettime(CLOCK_MONOTONIC, &pContext->mBufferUpdateTime) < 0) {
493 if (clock_gettime(CLOCK_MONOTONIC, &ts) == 0) {

Completed in 756 milliseconds

1 2 34 5 6