Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ thread_main
Function
thread_main
test/core/test_stdio_locking.c:38–41 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
36
37
#if defined(__EMSCRIPTEN_PTHREADS__)
38
void *thread_main(void *arg) {
39
thread_func();
40
return 0;
41
}
42
#endif
43
44
#if defined(__EMSCRIPTEN_WASM_WORKERS__)
Callers
nothing calls this directly
Calls
1
thread_func
Function · 0.70
Tested by
no test coverage detected