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

Function thread_main

test/atomic/test_wait64_notify.c:61–64  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

run_testFunction · 0.70

Tested by

no test coverage detected