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

1 2 34 5 6 7 8 91011>>

  /external/linux-kselftest/tools/testing/selftests/timers/
nanosleep.c 35 #define CLOCK_MONOTONIC 1
55 case CLOCK_MONOTONIC:
56 return "CLOCK_MONOTONIC";
nsleep-lat.c 35 #define CLOCK_MONOTONIC 1
55 case CLOCK_MONOTONIC:
56 return "CLOCK_MONOTONIC";
raw_skew.c 0 /* CLOCK_MONOTONIC vs CLOCK_MONOTONIC_RAW skew test
78 clock_gettime(CLOCK_MONOTONIC, &start);
80 clock_gettime(CLOCK_MONOTONIC, &end);
threadtest.c 92 clock_gettime(CLOCK_MONOTONIC, &global_list[listcount++]);
111 clock_gettime(CLOCK_MONOTONIC, &my_list[count]);
  /external/ltp/testcases/realtime/func/sched_jitter/
sched_jitter.c 132 clock_gettime(CLOCK_MONOTONIC, &start);
134 clock_gettime(CLOCK_MONOTONIC, &stop);
  /external/mesa3d/src/vulkan/wsi/
wsi_common_queue.h 56 ret = pthread_condattr_setclock(&condattr, CLOCK_MONOTONIC);
117 clock_gettime(CLOCK_MONOTONIC, &now);
  /external/rmi4utils/rmi4update/
rmi4update.cpp 136 clock_gettime(CLOCK_MONOTONIC, &start);
144 clock_gettime(CLOCK_MONOTONIC, &end);
164 clock_gettime(CLOCK_MONOTONIC, &start);
177 clock_gettime(CLOCK_MONOTONIC, &end);
183 clock_gettime(CLOCK_MONOTONIC, &start);
190 clock_gettime(CLOCK_MONOTONIC, &end);
197 clock_gettime(CLOCK_MONOTONIC, &start);
204 clock_gettime(CLOCK_MONOTONIC, &end);
  /frameworks/av/media/libaaudio/examples/input_monitor/src/
input_monitor_callback.cpp 78 (void) clock_nanosleep(CLOCK_MONOTONIC, 0 /*flags*/, &request, NULL /*remain*/);
114 (void) clock_nanosleep(CLOCK_MONOTONIC, 0 /*flags*/, &request, NULL /*remain*/);
  /system/core/libbacktrace/
ThreadEntry.cpp 39 pthread_condattr_setclock(&attr, CLOCK_MONOTONIC);
101 clock_gettime(CLOCK_MONOTONIC, &ts);
  /system/core/libutils/include/utils/
Condition.h 103 pthread_condattr_setclock(&attr, CLOCK_MONOTONIC);
123 clock_gettime(CLOCK_MONOTONIC, &ts);
  /system/extras/tests/timetest/
timetest.c 17 if(clock_gettime(CLOCK_MONOTONIC, &t)) {
64 int clock_id = CLOCK_MONOTONIC;
  /art/openjdkjvmti/
ti_timers.cc 80 clock_gettime(CLOCK_MONOTONIC, &now);
83 // No CLOCK_MONOTONIC support on older Mac OS.
  /bionic/libc/bionic/
bionic_time_conversions.cpp 59 clock_gettime(CLOCK_MONOTONIC, &cur_monotonic_time);
  /cts/tests/tests/nativemedia/aaudio/jni/
utils.h 23 int64_t getNanoseconds(clockid_t clockId = CLOCK_MONOTONIC);
  /external/chromium-trace/catapult/systrace/atrace_helper/jni/
time_utils.cc 31 timer_fd_ = timerfd_create(CLOCK_MONOTONIC, 0);
  /external/curl/src/
tool_util.c 66 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) {
  /external/curl/tests/libtest/
testutil.c 56 if(0 == clock_gettime(CLOCK_MONOTONIC, &tsnow)) {
  /external/deqp/framework/delibs/deutil/
deClock.c 60 clock_gettime(CLOCK_MONOTONIC, &currTime);
  /external/libdrm/freedreno/msm/
msm_priv.h 98 clock_gettime(CLOCK_MONOTONIC, &t);
  /external/libdrm/tests/exynos/
exynos_fimg2d_perf.c 78 clock_gettime(CLOCK_MONOTONIC, &tspec);
89 clock_gettime(CLOCK_MONOTONIC, &end);
172 clock_gettime(CLOCK_MONOTONIC, &tspec);
182 clock_gettime(CLOCK_MONOTONIC, &end);
  /external/ltp/testcases/kernel/syscalls/clock_getres/
clock_getres01.c 45 {"MONOTONIC", CLOCK_MONOTONIC, &res, 0, 0},
  /external/ltp/testcases/kernel/timers/clock_gettime/
clock_gettime03.c 97 CLOCK_MONOTONIC,
  /external/ltp/testcases/kernel/timers/timer_create/
timer_create03.c 44 * clock ID CLOCK_MONOTONIC
111 TEST(ltp_syscall(__NR_timer_create, CLOCK_MONOTONIC,
timer_create04.c 109 CLOCK_MONOTONIC,
  /external/ltp/tools/pounder21/src/time_tests/
inconsistency-check.c 50 int clock_type = CLOCK_MONOTONIC;
55 /* make sure CLOCK_MONOTONIC is supported */

Completed in 1512 milliseconds

1 2 34 5 6 7 8 91011>>