Enumerations

enum FasttimeVerificationMode
Name Value
kNormal 0
kSkip 1

Defined at line 206 of file ../../zircon/kernel/lib/fasttime/include/lib/fasttime/internal/time.h

Records

Functions

  • zx_ticks_t get_raw_ticks (const TimeValues & tvalues)

    Defined at line 154 of file ../../zircon/kernel/lib/fasttime/include/lib/fasttime/internal/time.h

  • SequentialReadResult read_raw_ticks_sequentially (const TimeValues & tvalues, const std::atomic<zx_ticks_t> & value)

    Reads the raw ticks value in between two observations of the given atomic value.

    Defined at line 157 of file ../../zircon/kernel/lib/fasttime/include/lib/fasttime/internal/time.h

  • SequentialReadResult read_raw_ticks_sequentially (const TimeValues & tvalues, const std::atomic<zx_ticks_t> & value)

    Reads the raw ticks value in between two observations of the given atomic value.

    Defined at line 157 of file ../../zircon/kernel/lib/fasttime/include/lib/fasttime/internal/time.h

  • bool check_fasttime_version (const TimeValues & tvalues)

    Defined at line 211 of file ../../zircon/kernel/lib/fasttime/include/lib/fasttime/internal/time.h

  • template <FasttimeVerificationMode kVerificationMode = FasttimeVerificationMode::kNormal>
    zx_instant_mono_ticks_t compute_monotonic_ticks (const TimeValues & tvalues)

    Defined at line 216 of file ../../zircon/kernel/lib/fasttime/include/lib/fasttime/internal/time.h

  • template <FasttimeVerificationMode kVerificationMode = FasttimeVerificationMode::kNormal>
    zx_instant_mono_t compute_monotonic_time (const TimeValues & tvalues)

    Defined at line 231 of file ../../zircon/kernel/lib/fasttime/include/lib/fasttime/internal/time.h

  • template <FasttimeVerificationMode kVerificationMode = FasttimeVerificationMode::kNormal>
    zx_instant_boot_ticks_t compute_boot_ticks (const TimeValues & tvalues)

    Defined at line 244 of file ../../zircon/kernel/lib/fasttime/include/lib/fasttime/internal/time.h

  • template <FasttimeVerificationMode kVerificationMode = FasttimeVerificationMode::kNormal>
    zx_instant_boot_t compute_boot_time (const TimeValues & tvalues)

    Defined at line 254 of file ../../zircon/kernel/lib/fasttime/include/lib/fasttime/internal/time.h