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

Function thread_main

test/atomic/test_wait32_notify.c:59–62  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

57pthread_t t;
58
59void* thread_main(void* arg) {
60 run_test();
61 return 0;
62}
63
64#endif
65

Callers

nothing calls this directly

Calls 1

run_testFunction · 0.70

Tested by

no test coverage detected