MCPcopy Create free account
hub / github.com/emscripten-core/emscripten / ThreadMain

Function ThreadMain

test/pthread/test_pthread_attr_getstack.c:37–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

35}
36
37void *ThreadMain(void *arg) {
38 TestStack();
39 return NULL;
40}
41
42int main() {
43 // Run TestStack both on the main thread and on a secondary thread

Callers

nothing calls this directly

Calls 1

TestStackFunction · 0.85

Tested by

no test coverage detected