Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/emscripten-core/emscripten
/ JoinThread
Function
JoinThread
test/pthread/test_large_pthread_allocation.c:27–30 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
25
}
26
27
void JoinThread(int idx) {
28
int rc = pthread_join(threads[idx], NULL);
29
assert(rc == 0);
30
}
31
32
int main() {
33
// This test should be run with a prewarmed pool of size 50. They should be fully allocated.
Callers
1
main
Function · 0.85
Calls
1
assert
Function · 0.50
Tested by
no test coverage detected