Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
53
static 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
60
int main() {
61
printf(
"in main\n"
);
Callers
nothing calls this directly
Calls
2
printf
Function · 0.85
test_order2
Function · 0.85
Tested by
no test coverage detected