Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ main
Function
main
test/pthread/test_pthread_hardware_concurrency.cpp:60–68 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
58
}
59
60
int main() {
61
// Do a bunch of joins, verifying the Worker pool works.
62
for (int i = 0; i < 7; ++i) {
63
RunTest(i);
64
}
65
66
printf(
"Main: Test successfully finished.\n"
);
67
return 0;
68
}
Callers
nothing calls this directly
Calls
2
printf
Function · 0.85
RunTest
Function · 0.70
Tested by
no test coverage detected