Home
last modified time | relevance | path

Searched defs:clock_monotonic (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/crosvm/e2e_tests/guest_under_test/rootfs/readclock/src/
H A Dlib.rs41 pub clock_monotonic: Duration, field
52 pub fn clock_monotonic(&self) -> Duration { in clock_monotonic() method
/aosp_15_r20/external/perfetto/src/trace_processor/importers/proto/
H A Dproto_trace_parser_impl_unittest.cc2939 auto* clock_monotonic = clock_snapshot->add_clocks(); in TEST_F() local