code wiki / _hdl_build / nx_pm_workstreams.nx
nx_pm_workstreams.nx
buildroot/runtime/_hdl_build/nx_pm_workstreams.nx
about
nx_pm_workstreams.nx -- the PM logs the two HARDWARE-UP S-class-exceed workstreams gating a genuine
(non-toy, non-slow) andelinwest deploy, triggers them, and assigns RACI for monitor+tutor (operator:
"log into the backlogs, trigger the workstreams, monitor and tutor, S-class-exceed hardware-up; SSH
fully benchmarked against other SSH comprehensive functionality"). Composes the PM engine.
license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_pm_review_log.nxnx_syscalls.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
| none |
functions
| 9 | func ws_puts(s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} sys_write(1,s,n); return 0 } |
| 11 | func main() -> i64 |