nx_clock_reserved_pure_v2_ar.nx
buildroot/runtime/nx_clock_reserved_pure_v2_ar.nx
about
Pure activation/service tests for the local scheduler candidate. Not a native scheduling/liveness proof.
dependencies 2 imports · 0 importers
imports: nx_clock_sched_reserved_v2_ar.nxnx_gate_verdict.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| 4 | const CRG_N: i64 = 2 |
functions
| 5 | func crg_len(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return n } called by 1: main |
| 6 | func crg_put(dst: *u8, value: *u8) -> i64 called by 1: main |
| 11 | func main() -> i64 |