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

1 2 3 4 56 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");
timer_xettime.c 55 if (syscall(__NR_timer_create, CLOCK_MONOTONIC, &sev, &tid))
57 printf("timer_create(CLOCK_MONOTONIC, {sigev_signo=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");
timer_xettime.c 55 if (syscall(__NR_timer_create, CLOCK_MONOTONIC, &sev, &tid))
57 printf("timer_create(CLOCK_MONOTONIC, {sigev_signo=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");
timer_xettime.c 55 if (syscall(__NR_timer_create, CLOCK_MONOTONIC, &sev, &tid))
57 printf("timer_create(CLOCK_MONOTONIC, {sigev_signo=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 64 CLOCK_MONOTONIC = C.CLOCK_MONOTONIC
  /prebuilts/go/linux-x86/src/runtime/
defs_freebsd.go 64 CLOCK_MONOTONIC = C.CLOCK_MONOTONIC
  /prebuilts/ndk/r16/sources/cxx-stl/llvm-libc++/utils/google-benchmark/src/
cycleclock.h 120 // Use clock_gettime(CLOCK_MONOTONIC, ...) instead of gettimeofday
125 clock_gettime(CLOCK_MONOTONIC, &ts);
  /system/chre/platform/linux/
system_timer.cc 66 int ret = timer_create(CLOCK_MONOTONIC, &sigevt, &mTimerId);
  /art/libartbase/base/
time_utils.cc 129 clock_gettime(CLOCK_MONOTONIC, &now);
141 clock_gettime(CLOCK_MONOTONIC, &now);
153 clock_gettime(CLOCK_MONOTONIC, &now);
  /device/google/cuttlefish_common/guest/hals/hwcomposer/
hwcomposer.cpp 101 if (clock_gettime(CLOCK_MONOTONIC, &rt) == -1) {
112 int err = clock_nanosleep(CLOCK_MONOTONIC, TIMER_ABSTIME, &rt, NULL);
315 if (clock_gettime(CLOCK_MONOTONIC, &rt) == -1) {
  /external/autotest/client/tests/signaltest/src/
signaltest.c 138 clock_gettime(CLOCK_MONOTONIC, &before);
148 clock_gettime(CLOCK_MONOTONIC, &after);
158 clock_gettime(CLOCK_MONOTONIC, &now);
  /external/libevent/
evutil_time.c 254 monotonic clock. CLOCK_MONOTONIC is most widely supported. Linux also
257 On all platforms I'm aware of, CLOCK_MONOTONIC really is monotonic.
265 /* CLOCK_MONOTONIC exists on FreeBSD, Linux, and Solaris. You need to
289 if (!fallback && clock_gettime(CLOCK_MONOTONIC, &ts) == 0) {
290 base->monotonic_clock = CLOCK_MONOTONIC;
294 if (CLOCK_MONOTONIC < 0) {
295 event_errx(1,"I didn't expect CLOCK_MONOTONIC to be < 0");
  /bionic/tests/headers/posix/
time_h.c 69 MACRO(CLOCK_MONOTONIC);
  /bionic/tests/
time_test.cpp 317 ASSERT_EQ(0, timer_create(CLOCK_MONOTONIC, &se, &timer_id));
347 ASSERT_EQ(0, timer_create(CLOCK_MONOTONIC, &se, &timer_id));
461 ASSERT_EQ(0, timer_create(CLOCK_MONOTONIC, NULL, &timer_id));
493 ASSERT_EQ(0, timer_create(CLOCK_MONOTONIC, NULL, &timer_id));
502 ASSERT_EQ(0, timer_create(CLOCK_MONOTONIC, &se, &timer_id));
615 ASSERT_EQ(0, clock_gettime(CLOCK_MONOTONIC, &ts1));
617 ASSERT_EQ(0, syscall(__NR_clock_gettime, CLOCK_MONOTONIC, &ts2));
639 ASSERT_EQ(0, clock_gettime(CLOCK_MONOTONIC, &ts));
673 ASSERT_EQ(0, clock_getres(CLOCK_MONOTONIC, &ts));
  /cts/tests/tests/security/jni/
android_security_cts_EncryptionTest.cpp 76 clock_gettime(CLOCK_MONOTONIC, &ts);
  /device/generic/goldfish/libqemu/
test_util.c 31 clock_gettime(CLOCK_MONOTONIC, &tm);
  /device/linaro/bootloader/arm-trusted-firmware/include/lib/stdlib/
time.h 105 #define CLOCK_MONOTONIC 4
  /external/curl/lib/
timeval.c 63 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) {
  /external/drm_hwcomposer/
drmeventlistener.cpp 87 ret = clock_gettime(CLOCK_MONOTONIC, &ts);

Completed in 814 milliseconds

1 2 3 4 56 7 8 91011>>