Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ thread_main
Function
thread_main
test/pthread/is_lock_free.c:45–48 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
43
}
44
45
void* thread_main(void* arg) {
46
test();
47
return NULL;
48
}
49
50
int main() {
51
test();
Callers
nothing calls this directly
Calls
1
test
Function · 0.70
Tested by
no test coverage detected