nx_index_wr_decouple_gate.nx
buildroot/runtime/nx_index_wr_decouple_gate.nx
about
nx_index_wr_decouple_gate.nx -- proves write-read decoupling: a reader pinned to a generation is UNAFFECTED by
concurrent writers (snapshot isolation), while new readers see new segments (monotonic visibility). license_tier: ORIGINAL
dependencies 2 imports · 0 importers
imports: nx_index_wr_decouple.nxnx_gate.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
| 6 | func gwf(fd: i64, s: *u8) -> i64 { var n: i64=0; while s[n]!=(0 as u8){n=n+1} if fd>=0 { sys_write(fd,s,n) } return 0 } called by 1: main |
| 8 | func main() -> i64 |