code wiki / _hdl_build / nx_pm_workstreams.nx

nx_pm_workstreams.nx

buildroot/runtime/_hdl_build/nx_pm_workstreams.nx

4382 B51 linesdepth 3pulls 3 transitivereach 0 importersview sourcekind tooltopic pm
docsdependenciesstructsconstsfunctions

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

nx_pm_review_log.nx nx_syscalls.nx nx_pm_workstreams.nx

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

main ws_puts sys_write sys_openat_append pm_open sys_openat_append ↻ pm_w sys_write ↻ pm_cstr_len pm_flag pm_w ↻ sys_close sys_exit

structs

none

consts

none

functions

9func 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 }
called by 1: main calls 1: sys_write
11func main() -> i64