nx_thread_kat.nx
buildroot/runtime/nx_thread_kat.nx
about
THE THREADING TEST: __thread_clone with a REAL function address (now that &fn works). A worker thread
writes 42 to shared memory (CLONE_VM); main spins until it sees it. If the thread actually RUNS (no NULL-entry
SIGSEGV), prints THREAD_RAN 42. This is the direct test of the codec-unlock: a second thread executing.
dependencies 1 imports · 0 importers
imports: nx_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
| 6 | func t_worker(ctx: *u8) -> i64 |
| 12 | func main() -> i64 |