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

Function thread_main

test/core/pthread/test_pthread_dlsym.c:53–58  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

51}
52
53static void* thread_main(void* arg) {
54 printf("in thread_main\n");
55 test_order2();
56 printf("thread_main done\n");
57 return 0;
58}
59
60int main() {
61 printf("in main\n");

Callers

nothing calls this directly

Calls 2

printfFunction · 0.85
test_order2Function · 0.85

Tested by

no test coverage detected