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

Function main

test/core/pthread/exceptions.cpp:62–71  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

60}
61
62int main() {
63 // Create initial threads.
64 for (int i = 0; i < NUM_THREADS; ++i) {
65 printf("make\n");
66 CreateThread(i);
67 }
68
69 emscripten_set_main_loop(loop, 0, 0);
70 return 0;
71}

Callers

nothing calls this directly

Calls 2

printfFunction · 0.85
CreateThreadFunction · 0.70

Tested by

no test coverage detected