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

Function PollThreadExit

test/browser/gl_only_in_pthread.c:78–89  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

76}
77
78void PollThreadExit(void *arg)
79{
80 if (!threadRunning)
81 {
82 printf("Test finished.\n");
83#ifdef REPORT_RESULT
84 REPORT_RESULT(0);
85#endif
86 } else {
87 emscripten_async_call(PollThreadExit, 0, 100);
88 }
89}
90
91int main()
92{

Callers

nothing calls this directly

Calls 1

printfFunction · 0.85

Tested by

no test coverage detected