MCPcopy 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
27void JoinThread(int idx) {
28 int rc = pthread_join(threads[idx], NULL);
29 assert(rc == 0);
30}
31
32int main() {
33 // This test should be run with a prewarmed pool of size 50. They should be fully allocated.

Callers 1

mainFunction · 0.85

Calls 1

assertFunction · 0.50

Tested by

no test coverage detected