zx_clock_get_boot
Summary
Acquire the current boot time.
Declaration
#include <zircon/syscalls.h>
zx_instant_boot_t zx_clock_get_boot(void);
Description
zx_clock_get_boot()
returns the current time in the system
boot clock. This is the number of nanoseconds since the system was
powered on, including any time spent in a suspended state. It is set to
zero whenever the kernel is initialized.
Rights
None.
Return value
zx_clock_get_boot()
returns the current boot time.
Errors
zx_clock_get_boot()
cannot fail.
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-09 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-09 UTC."],[],[]]