Home
last modified time | relevance | path

Searched refs:clock_monotonic (Results 1 – 4 of 4) sorted by relevance

/external/chromium-trace/catapult/common/py_trace_event/py_trace_event/
Dtrace_time.py86 clock_monotonic = GetClockGetTimeClockNumber(plat)
103 if clock_gettime(clock_monotonic, ctypes.pointer(ts)):
/external/dhcpcd-6.8.2/
Dcommon.c107 clock_monotonic = posix_clock_set = 1; in get_monotonic()
110 if (clock_monotonic) { in get_monotonic()
Dcommon.h155 extern int clock_monotonic;
/external/fio/
Dconfigure703 clock_monotonic="no"
714 clock_monotonic="yes"
717 echo "CLOCK_MONOTONIC $clock_monotonic"
1463 if test "$clock_monotonic" = "yes" ; then