nx_time_canonical.nx
buildroot/runtime/nx_time_canonical.nx
dependencies 0 imports · 1 importers
imports: none
imported by: nx_nxrun.nx
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| 25 | struct TimeSpec { |
consts
| 1 | const CLOCK_MAGIC_1000000000: i64 = 1000000000 |
| 2 | const CLOCK_MAGIC_1577836800000000000: i64 = 1577836800000000000 |
| 22 | const CLOCK_REALTIME: i64 = 0 |
| 23 | const CLOCK_MONOTONIC: i64 = 1 |
functions
| 30 | func sys_clock_gettime(clk_id: i64, ts: *TimeSpec) -> i64 { |
| 38 | func monotonic_ns() -> i64 { |
| 49 | func wall_clock_ns() -> i64 { |
| 66 | func main() -> i64 { |