Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ main
Function
main
test/pthread/is_lock_free.c:50–57 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
48
}
49
50
int main() {
51
test();
52
pthread_t t;
53
pthread_create(&t, NULL, thread_main, NULL);
54
pthread_join(t, NULL);
55
printf(
"done\n"
);
56
return 0;
57
}
Callers
nothing calls this directly
Calls
2
printf
Function · 0.85
test
Function · 0.70
Tested by
no test coverage detected