HomeSort by relevance Sort by last modified time
    Searched refs:CLOCK_MONOTONIC (Results 226 - 250 of 539) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/strace/tests/
timerfd_xettime.c 47 if (syscall(__NR_timerfd_create, CLOCK_MONOTONIC, O_CLOEXEC | O_NONBLOCK))
49 puts("timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC|TFD_NONBLOCK) = 0");
  /external/strace/tests-m32/
timerfd_xettime.c 47 if (syscall(__NR_timerfd_create, CLOCK_MONOTONIC, O_CLOEXEC | O_NONBLOCK))
49 puts("timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC|TFD_NONBLOCK) = 0");
  /external/strace/tests-mx32/
timerfd_xettime.c 47 if (syscall(__NR_timerfd_create, CLOCK_MONOTONIC, O_CLOEXEC | O_NONBLOCK))
49 puts("timerfd_create(CLOCK_MONOTONIC, TFD_CLOEXEC|TFD_NONBLOCK) = 0");
  /external/webrtc/webrtc/system_wrappers/source/
tick_util.cc 113 clock_gettime(CLOCK_MONOTONIC, &ts);
  /frameworks/av/services/audioflinger/
AudioWatchdog.cpp 57 int rc = clock_gettime(CLOCK_MONOTONIC, &newTs);
  /frameworks/native/libs/vr/libdvrcommon/include/private/dvr/
clock_ns.h 16 clock_gettime(CLOCK_MONOTONIC, &t);
  /hardware/libhardware/modules/local_time/
local_time_hw.c 44 ret = clock_gettime(CLOCK_MONOTONIC, &ts);
46 ALOGW("%s failed to fetch CLOCK_MONOTONIC value! (res = %d)",
  /prebuilts/go/darwin-x86/src/runtime/
defs_freebsd.go 53 CLOCK_MONOTONIC = C.CLOCK_MONOTONIC
  /prebuilts/go/linux-x86/src/runtime/
defs_freebsd.go 53 CLOCK_MONOTONIC = C.CLOCK_MONOTONIC
  /prebuilts/ndk/r10/platforms/android-12/arch-arm/usr/include/
time.h 103 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/r10/platforms/android-12/arch-mips/usr/include/
time.h 103 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/r10/platforms/android-12/arch-x86/usr/include/
time.h 103 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/r10/platforms/android-13/arch-arm/usr/include/
time.h 103 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/r10/platforms/android-13/arch-mips/usr/include/
time.h 103 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/r10/platforms/android-13/arch-x86/usr/include/
time.h 103 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/r10/platforms/android-14/arch-arm/usr/include/
time.h 103 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/r10/platforms/android-14/arch-mips/usr/include/
time.h 103 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/r10/platforms/android-14/arch-x86/usr/include/
time.h 103 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/r10/platforms/android-15/arch-arm/usr/include/
time.h 103 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/r10/platforms/android-15/arch-mips/usr/include/
time.h 103 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/r10/platforms/android-15/arch-x86/usr/include/
time.h 103 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/r10/platforms/android-16/arch-arm/usr/include/
time.h 103 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/r10/platforms/android-16/arch-mips/usr/include/
time.h 103 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/r10/platforms/android-16/arch-x86/usr/include/
time.h 103 #define CLOCK_MONOTONIC 1
  /prebuilts/ndk/r10/platforms/android-17/arch-arm/usr/include/
time.h 103 #define CLOCK_MONOTONIC 1

Completed in 1731 milliseconds

1 2 3 4 5 6 7 8 91011>>