/external/kernel-headers/original/uapi/linux/ |
D | time.h | 48 #define CLOCK_MONOTONIC 1 macro 61 #define CLOCKS_MASK (CLOCK_REALTIME | CLOCK_MONOTONIC) 62 #define CLOCKS_MONO CLOCK_MONOTONIC
|
/external/compiler-rt/test/tsan/ |
D | cond_version.c | 23 pthread_condattr_setclock(&at, CLOCK_MONOTONIC); in main() 26 clock_gettime(CLOCK_MONOTONIC, &ts0); in main() 36 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()
|
D | real_deadlock_detector_stress_test.cc | 169 clock_gettime(CLOCK_MONOTONIC, &ts); in main()
|
/external/strace/xlat/ |
D | clocknames.h | 7 #if defined(CLOCK_MONOTONIC) || (defined(HAVE_DECL_CLOCK_MONOTONIC) && HAVE_DECL_CLOCK_MONOTONIC) 8 XLAT(CLOCK_MONOTONIC),
|
D | clocknames.in | 2 CLOCK_MONOTONIC
|
/external/skia/tools/timer/ |
D | SysTimer_posix.cpp | 23 if (-1 == clock_gettime(CLOCK_MONOTONIC, &fWall)) { in startWall() 46 if (-1 == clock_gettime(CLOCK_MONOTONIC, &end_wall)) { in endWall()
|
/external/libnfc-nci/halimpl/bcm2079x/adaptation/ |
D | CondVar.cpp | 44 pthread_condattr_setclock(&attr, CLOCK_MONOTONIC); in CondVar() 107 if (clock_gettime (CLOCK_MONOTONIC, &absoluteTime) == -1) in wait()
|
/external/dhcpcd/ |
D | common.c | 147 #if defined(_POSIX_MONOTONIC_CLOCK) && defined(CLOCK_MONOTONIC) in get_monotonic() 152 if (clock_gettime(CLOCK_MONOTONIC, &ts) == 0) { in get_monotonic() 153 posix_clock = CLOCK_MONOTONIC; in get_monotonic()
|
/external/webrtc/src/system_wrappers/source/ |
D | event_posix.cc | 76 result = pthread_condattr_setclock(&condAttr, CLOCK_MONOTONIC); in Construct() 143 clock_gettime(CLOCK_MONOTONIC, &tEnd); in Wait() 253 clock_gettime(CLOCK_MONOTONIC, &_tCreate); in Process()
|
D | condition_variable_posix.cc | 58 result = pthread_condattr_setclock(&condAttr, CLOCK_MONOTONIC); in Construct() 114 clock_gettime(CLOCK_MONOTONIC, &ts); in SleepCS()
|
/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/wpa_supplicant_8/src/utils/ |
D | os_unix.c | 68 #elif defined(CLOCK_MONOTONIC) in os_get_reltime() 69 static clockid_t clock_id = CLOCK_MONOTONIC; in os_get_reltime() 86 clock_id = CLOCK_MONOTONIC; in os_get_reltime() 89 #ifdef CLOCK_MONOTONIC in os_get_reltime() 90 case CLOCK_MONOTONIC: in os_get_reltime()
|
/external/drm_hwcomposer/ |
D | vsyncworker.cpp | 114 int ret = clock_gettime(CLOCK_MONOTONIC, &vsync); in SyntheticWaitVBlank() 129 ret = clock_nanosleep(CLOCK_MONOTONIC, TIMER_ABSTIME, &vsync, NULL); in SyntheticWaitVBlank()
|
D | drmdisplaycompositor.cpp | 47 if (clock_gettime(CLOCK_MONOTONIC, &ts)) in DrmDisplayCompositor() 298 ret = clock_gettime(CLOCK_MONOTONIC, &ts); in Dump()
|
/external/android-clat/ |
D | clatd_microbenchmark.c | 144 clock_gettime(CLOCK_MONOTONIC, &tv1); in benchmark() 155 clock_gettime(CLOCK_MONOTONIC, &tv2); in benchmark()
|
/external/deqp/framework/delibs/deutil/ |
D | deClock.c | 51 clock_gettime(CLOCK_MONOTONIC, &currTime); in deGetMicroseconds()
|
/external/v8/src/base/platform/ |
D | condition-variable.cc | 28 result = pthread_condattr_setclock(&attr, CLOCK_MONOTONIC); in ConditionVariable() 91 result = clock_gettime(CLOCK_MONOTONIC, &ts); in WaitFor()
|
/external/libdrm/freedreno/msm/ |
D | msm_priv.h | 91 clock_gettime(CLOCK_MONOTONIC, &t); in get_abs_timeout()
|
/external/libcxx/src/ |
D | chrono.cpp | 123 if (0 != clock_gettime(CLOCK_MONOTONIC, &tp)) in now()
|
/external/jemalloc/test/src/ |
D | timer.c | 11 timer->clock_id = CLOCK_MONOTONIC; in timer_start()
|
/external/valgrind/drd/tests/ |
D | monitor_example.cpp | 90 pthread_condattr_setclock(&condattr, CLOCK_MONOTONIC); in Monitor()
|
/external/linux-tools-perf/src/tools/perf/ |
D | perf.h | 136 clock_gettime(CLOCK_MONOTONIC, &ts); in rdclock()
|
/external/openssh/ |
D | misc.c | 887 (defined(CLOCK_MONOTONIC) || defined(CLOCK_BOOTTIME)) in monotime() 896 #if defined(CLOCK_MONOTONIC) in monotime() 897 if (clock_gettime(CLOCK_MONOTONIC, &ts) == 0) in monotime()
|
/external/fio/engines/ |
D | posixaio.c | 24 clockid_t clk = CLOCK_MONOTONIC; in fill_timespec()
|