We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents af03356 + 0970f3d commit 8845efbCopy full SHA for 8845efb
src/libstd/time.rs
@@ -153,6 +153,8 @@ pub struct Instant(time::Instant);
153
/// | Windows | [GetSystemTimeAsFileTime] |
154
///
155
/// [clock_time_get (Realtime Clock)]: https://github.com/NuxiNL/cloudabi/blob/master/cloudabi.txt
156
+/// [`insecure_time` usercall]: https://edp.fortanix.com/docs/api/fortanix_sgx_abi/struct.Usercalls.html#method.insecure_time
157
+/// [timekeeping in SGX]: https://edp.fortanix.com/docs/concepts/rust-std/#codestdtimecode
158
/// [gettimeofday]: http://man7.org/linux/man-pages/man2/gettimeofday.2.html
159
/// [clock_gettime (Realtime Clock)]: https://linux.die.net/man/3/clock_gettime
160
/// [__wasi_clock_time_get (Realtime Clock)]: https://github.com/CraneStation/wasmtime/blob/master/docs/WASI-api.md#clock_time_get
0 commit comments