Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ thread_main
Function
thread_main
test/atomic/test_wait32_notify.c:59–62 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
57
pthread_t t;
58
59
void* thread_main(void* arg) {
60
run_test();
61
return 0;
62
}
63
64
#endif
65
Callers
nothing calls this directly
Calls
1
run_test
Function · 0.70
Tested by
no test coverage detected