Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ ThreadMain
Function
ThreadMain
test/pthread/test_pthread_supported.c:14–16 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
12
#include <errno.h>
13
14
void *ThreadMain(void *arg) {
15
pthread_exit(NULL);
16
}
17
18
int main() {
19
pthread_t thread;
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected