/external/tlsdate/ |
D | configure.ac | 213 dnl clock_gettime is either part of libc or unavailable. 214 AC_CHECK_FUNC([clock_gettime], , 215 [AC_MSG_ERROR([Your system lacks clock_gettime])]) 231 dnl clock_gettime is either part of libc or unavailable. 232 dnl Check for clock_gettime. Some systems put it into -lc, while 235 AC_CHECK_FUNC([clock_gettime], [:], 236 [AC_CHECK_LIB([rt], [clock_gettime], [RT_LIB="-lrt"], 237 [AC_MSG_ERROR([Your system lacks clock_gettime])])]) 254 dnl clock_gettime is either part of libc or unavailable. 255 AC_CHECK_FUNC([clock_gettime], , [all …]
|
/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/ |
D | trace_time.py | 89 clock_gettime = ctypes.CDLL(ctypes.util.find_library('c'), 90 use_errno=True).clock_gettime 93 clock_gettime = ctypes.CDLL(ctypes.util.find_library('rt'), 94 use_errno=True).clock_gettime 103 if clock_gettime(clock_monotonic, ctypes.pointer(ts)):
|
/external/autotest/client/tests/monotonic_time/ |
D | control | 10 clock_gettime(CLOCK_MONTONIC) 18 # Test gettimeofday(), TSC, and clock_gettime(CLOCK_MONOTONIC) 26 # clock_gettime(CLOCK_MONOTONIC) - nanoseconds
|
/external/autotest/client/tests/kvm/autotest_control/ |
D | monotonic_time.control | 10 clock_gettime(CLOCK_MONTONIC) 18 # Test gettimeofday(), TSC, and clock_gettime(CLOCK_MONOTONIC) 26 # clock_gettime(CLOCK_MONOTONIC) - nanoseconds
|
/external/rmi4utils/rmi4update/ |
D | rmi4update.cpp | 136 clock_gettime(CLOCK_MONOTONIC, &start); in UpdateFirmware() 144 clock_gettime(CLOCK_MONOTONIC, &end); in UpdateFirmware() 164 clock_gettime(CLOCK_MONOTONIC, &start); in UpdateFirmware() 177 clock_gettime(CLOCK_MONOTONIC, &end); in UpdateFirmware() 183 clock_gettime(CLOCK_MONOTONIC, &start); in UpdateFirmware() 190 clock_gettime(CLOCK_MONOTONIC, &end); in UpdateFirmware() 197 clock_gettime(CLOCK_MONOTONIC, &start); in UpdateFirmware() 204 clock_gettime(CLOCK_MONOTONIC, &end); in UpdateFirmware()
|
/external/webrtc/webrtc/system_wrappers/source/ |
D | event_timer_posix.cc | 79 clock_gettime(CLOCK_REALTIME, &end_at); in Wait() 81 clock_gettime(CLOCK_MONOTONIC, &end_at); in Wait() 176 clock_gettime(CLOCK_REALTIME, &created_at_); in Process() 178 clock_gettime(CLOCK_MONOTONIC, &created_at_); in Process()
|
D | condition_variable_posix.cc | 95 clock_gettime(CLOCK_REALTIME, &ts); in SleepCS() 97 clock_gettime(CLOCK_MONOTONIC, &ts); in SleepCS()
|
D | tick_util.cc | 111 clock_gettime(CLOCK_REALTIME, &ts); in QueryOsForTicks() 113 clock_gettime(CLOCK_MONOTONIC, &ts); in QueryOsForTicks()
|
/external/vboot_reference/tests/ |
D | timer_utils.c | 9 clock_gettime(CLOCK_REALTIME, &ct->start_time); in StartTimer() 13 clock_gettime(CLOCK_REALTIME, &ct->end_time); in StopTimer()
|
/external/tlsdate/src/events/ |
D | check_continuity.c | 40 if (clock_gettime (CLOCK_REALTIME, &real) < 0) in check_continuity() 42 if (clock_gettime (CLOCK_MONOTONIC_RAW, &monotonic) < 0) in check_continuity()
|
/external/fio/ |
D | configure | 684 clock_gettime="no" 690 return clock_gettime(0, NULL); 694 clock_gettime="yes" 696 clock_gettime="yes" 699 echo "clock_gettime $clock_gettime" 704 if test "$clock_gettime" = "yes" ; then 710 return clock_gettime(CLOCK_MONOTONIC, NULL); 722 if test "$clock_gettime" = "yes" ; then 728 return clock_gettime(CLOCK_MONOTONIC_PRECISE, NULL); 1460 if test "$clock_gettime" = "yes" ; then
|
/external/compiler-rt/test/tsan/ |
D | cond_version.c | 29 clock_gettime(CLOCK_MONOTONIC, &ts0); in main() 39 clock_gettime(CLOCK_MONOTONIC, &ts2); in main()
|
D | bench.h | 35 clock_gettime(CLOCK_MONOTONIC, &tp0); in main() 38 clock_gettime(CLOCK_MONOTONIC, &tp1); in main()
|
/external/libdrm/tests/exynos/ |
D | exynos_fimg2d_perf.c | 78 clock_gettime(CLOCK_MONOTONIC, &tspec); in fimg2d_perf_simple() 89 clock_gettime(CLOCK_MONOTONIC, &end); in fimg2d_perf_simple() 172 clock_gettime(CLOCK_MONOTONIC, &tspec); in fimg2d_perf_multi() 182 clock_gettime(CLOCK_MONOTONIC, &end); in fimg2d_perf_multi()
|
/external/autotest/client/tests/tracing_microbenchmark/src/ |
D | getuid_microbench.c | 43 if (clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &start_time)) { in main() 51 if (clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &end_time)) { in main()
|
/external/strace/tests/ |
D | times.c | 70 while (clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &ts) == 0) { in main() 79 while (clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &ts) == 0) { in main()
|
/external/eigen/bench/btl/generic_bench/timers/ |
D | portable_timer.hh | 112 clock_gettime(m_clkid, &ts); in start() 120 clock_gettime(m_clkid, &ts); in stop()
|
/external/deqp/framework/delibs/deutil/ |
D | deClock.c | 60 clock_gettime(CLOCK_MONOTONIC, &currTime); in deGetMicroseconds() 67 clock_gettime(CLOCK_REALTIME, &currTime); in deGetMicroseconds()
|
/external/libchrome/sandbox/linux/seccomp-bpf-helpers/ |
D | syscall_parameters_restrictions_unittests.cc | 71 BPF_ASSERT_EQ(0, clock_gettime(clockid, &ts)); in CheckClock() 92 clock_gettime(CLOCK_MONOTONIC_RAW, &ts); in BPF_DEATH_TEST_C() 107 clock_gettime(kInitCPUClockID, &ts); in BPF_DEATH_TEST_C()
|
/external/libcxx/src/ |
D | chrono.cpp | 41 if (0 != clock_gettime(CLOCK_REALTIME, &tp)) in now() 78 if (0 != clock_gettime(CLOCK_MONOTONIC, &tp)) in now()
|
/external/eigen/bench/ |
D | BenchTimer.h | 129 clock_gettime(CLOCK_PROCESS_CPUTIME_ID, &ts); in getCpuTime() 144 clock_gettime(CLOCK_REALTIME, &ts); in getRealTime()
|
/external/libnfc-nxp/Linux_x86/ |
D | phDal4Nfc_uart.c | 270 clock_gettime(CLOCK_MONOTONIC, &now); in timeval_remaining() 315 clock_gettime(CLOCK_MONOTONIC, &timeout); in phDal4Nfc_uart_read() 323 clock_gettime(CLOCK_MONOTONIC, &timeout); in phDal4Nfc_uart_read()
|
/external/jemalloc/src/ |
D | nstime.c | 125 clock_gettime(CLOCK_MONOTONIC, &ts); in nstime_update() 127 clock_gettime(CLOCK_REALTIME, &ts); in nstime_update()
|
/external/vulkan-validation-layers/demos/smoke/ |
D | ShellAndroid.cpp | 44 clock_gettime(CLOCK_MONOTONIC, &start_); in reset() 50 clock_gettime(CLOCK_MONOTONIC, &now); in get()
|
/external/autotest/client/site_tests/platform_CompressedSwapPerf/src/ |
D | hog.c | 184 clock_gettime(CLOCK_REALTIME, &time_start); in main() 188 clock_gettime(CLOCK_REALTIME, &time_end); in main()
|