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

Function thread_main

test/pthread/is_lock_free.c:45–48  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

43}
44
45void* thread_main(void* arg) {
46 test();
47 return NULL;
48}
49
50int main() {
51 test();

Callers

nothing calls this directly

Calls 1

testFunction · 0.70

Tested by

no test coverage detected