Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ ThreadMain
Function
ThreadMain
test/pthread/test_pthread_attr_getstack.c:37–40 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
void *ThreadMain(void *arg) {
38
TestStack();
39
return NULL;
40
}
41
42
int main() {
43
// Run TestStack both on the main thread and on a secondary thread
Callers
nothing calls this directly
Calls
1
TestStack
Function · 0.85
Tested by
no test coverage detected