MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / worker_main

Function worker_main

test/atomic/test_wait32_notify.c:47–53  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

45#ifdef __EMSCRIPTEN_WASM_WORKERS__
46
47void worker_main() {
48 run_test();
49
50#ifdef REPORT_RESULT
51 REPORT_RESULT(addr);
52#endif
53}
54
55#else
56

Callers

nothing calls this directly

Calls 1

run_testFunction · 0.70

Tested by

no test coverage detected