File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -118,13 +118,17 @@ use crate::sys_common::{FromInner, IntoInner};
118
118
/// | SOLID | `get_tim` |
119
119
/// | WASI | [__wasi_clock_time_get (Monotonic Clock)] |
120
120
/// | Windows | [QueryPerformanceCounter] |
121
+ /// | Android | [clock_gettime (Boottime Clock)] |
122
+ /// | Fuchsia | [zx_clock_get_boot] |
121
123
///
122
124
/// [currently]: crate::io#platform-specific-behavior
123
125
/// [QueryPerformanceCounter]: https://docs.microsoft.com/en-us/windows/win32/api/profileapi/nf-profileapi-queryperformancecounter
124
126
/// [`insecure_time` usercall]: https://edp.fortanix.com/docs/api/fortanix_sgx_abi/struct.Usercalls.html#method.insecure_time
125
127
/// [timekeeping in SGX]: https://edp.fortanix.com/docs/concepts/rust-std/#codestdtimecode
126
128
/// [__wasi_clock_time_get (Monotonic Clock)]: https://github.com/WebAssembly/WASI/blob/main/legacy/preview1/docs.md#clock_time_get
127
129
/// [clock_gettime (Monotonic Clock)]: https://linux.die.net/man/3/clock_gettime
130
+ /// [clock_gettime (Boottime Clock)]: https://linux.die.net/man/2/clock_gettime
131
+ /// [zx_clock_get_boot]: https://fuchsia.dev/reference/syscalls/clock_get_boot
128
132
///
129
133
/// **Disclaimer:** These system calls might change over time.
130
134
///
You can’t perform that action at this time.
0 commit comments