Searched refs:CLOCK_MONOTONIC (Results 1 - 6 of 6) sorted by relevance

/fuchsia/zircon/third_party/ulib/musl/src/time/
H A Dclock_gettime.c14 case CLOCK_MONOTONIC:
/fuchsia/zircon/system/host/runtests/
H A Druntests.cpp29 clock_gettime(CLOCK_MONOTONIC, &ts);
/fuchsia/zircon/third_party/ulib/musl/include/
H A Dtime.h74 #define CLOCK_MONOTONIC 1 macro
/fuchsia/zircon/third_party/ulib/jemalloc/src/
H A Dnstime.c118 clock_gettime(CLOCK_MONOTONIC, &ts);
/fuchsia/zircon/system/utest/fdio/
H A Dfdio_socketpair.c199 zx_time_t time_before = zx_clock_get(CLOCK_MONOTONIC);
201 zx_time_t time_after = zx_clock_get(CLOCK_MONOTONIC);
/fuchsia/zircon/system/uapp/loadgen/
H A Dloadgen.cpp197 unsigned int seed = static_cast<unsigned int>(zx_clock_get(CLOCK_MONOTONIC));

Completed in 95 milliseconds