nx_poolheavy.nx
buildroot/runtime/nx_poolheavy.nx
about
compute-heavy nx_thread_pool demo: 4 tasks x 400M-iter LCG, 4 workers. Probe should read ~4 cores -- proving
the (atomics-unblocked) lock-free thread_pool delivers real multi-core.
dependencies 1 imports · 0 importers
imports: nx_thread_pool.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 K_MAGIC_400000000: i64 = 400000000 |
| 5 | const K_MAGIC_1103515245: i64 = 1103515245 |
| 6 | const K_MAGIC_12345: i64 = 12345 |
| 7 | const K_MAGIC_2147483647: i64 = 2147483647 |
functions
| 11 | func heavy_task(ctx: i64) -> i64 |
| 19 | func main() -> i64 |