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_wait64_notify.c:61–64 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
59
pthread_t t;
60
61
void* thread_main(void* arg) {
62
run_test();
63
return 0;
64
}
65
66
#endif
67
Callers
nothing calls this directly
Calls
1
run_test
Function · 0.70
Tested by
no test coverage detected