struct TimeValues
Defined at line 23 of file ../../zircon/kernel/lib/fasttime/include/lib/fasttime/internal/abi.h
Many members of this struct are marked const to force folks who initialize the structure to
explicitly declare values at the time of instantiation. The primary use case for this is the
test code. Note that all accesses of this structure should still be done with a const reference.
Public Members
const uint64_t version
const zx_ticks_t ticks_per_second
const zx_ticks_t boot_ticks_offset
atomic mono_ticks_offset
const uint32_t ticks_to_time_numerator
const uint32_t ticks_to_time_denominator
const bool usermode_can_access_ticks
const bool use_a73_errata_mitigation
const bool use_pct_instead_of_vct