code wiki / _hdl_build / nx_job_worker_fixture_t182.nx
nx_job_worker_fixture_t182.nx
buildroot/runtime/_hdl_build/nx_job_worker_fixture_t182.nx
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
| 2 | func main()->i64{let f:i64=sys_openat_append("worker.executed",MODE_0644);if f<0{return 4};sys_write(f,"executed\n",9);sys_close(f);sys_sleep_ms(100);sys_write(1,"WORKER-COMPLETE\n",16);return 0} |