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

Function main

test/pthread/is_lock_free.c:50–57  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

48}
49
50int main() {
51 test();
52 pthread_t t;
53 pthread_create(&t, NULL, thread_main, NULL);
54 pthread_join(t, NULL);
55 printf("done\n");
56 return 0;
57}

Callers

nothing calls this directly

Calls 2

printfFunction · 0.85
testFunction · 0.70

Tested by

no test coverage detected