nx_tools_timing_serve_gate.nx
buildroot/runtime/nx_tools_timing_serve_gate.nx
about
Source-linked staged serve_one integration. No daemon startup/seed. Private pinned fixture only.
dependencies 3 imports · 0 importers
imports: nx_tools_api_serve.nxnx_connect.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
| 5 | const TG_PRIVATE: i64 = 448 |
| 6 | const TG_FILE: i64 = 384 |
| 7 | const TG_EXEC: i64 = 448 |
| 8 | const TG_I64_MAX: i64 = 9223372036854775807 |
| 9 | const TG_MS_PER_SEC: i64 = 1000 |
| 10 | const TG_SOL_SOCKET: i64 = 1 |
| 11 | const TG_SO_LINGER: i64 = 13 |
| 12 | const TG_LINGER_BYTES: i64 = 8 |
| 13 | const TG_WAIT_NOHANG: i64 = 1 |
| 14 | const TG_SIGKILL: i64 = 9 |
| 15 | const TG_PORT_MAX: i64 = 65535 |
| 16 | const TG_SECRET: *u8 = "timing-serve-gate-only-key-not-a-production-capability" as *u8 |
functions
| 20 | func tg_num(s: *u8) -> i64 called by 1: main |
| 30 | func tg_put(path: *u8, b: *u8, n: i64, mode: i64) -> i64 |
| 37 | func tg_has(b: *u8, n: i64, s: *u8) -> i64 { if (b as i64) <= 0 { return 0 }; if ta_indexof(b,n,s) >= 0 { return 1 }; return 0 } |
| 38 | func tg_rowhas(b: *u8, n: i64, tool: *u8, phase: *u8, token: *u8) -> i64 |
| 51 | func tg_wait(pid: i64) -> i64 called by 1: tg_case |
| 62 | func tg_case(lfd: i64, addr: *u8, tool: *u8, async: i64, disconnected: i64, phase: *u8, ctr: *i64) -> i64 called by 1: main calls 10: gv_checknx_connect_boundednx_http_server_accept_onetsv_serve_onetg_waittg_put+4 |
| 187 | func main(argc: i64, argv: *i64) -> i64 |