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

Function on_timeout

test/test_poll_nonblocking.c:24–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24static void on_timeout(void* user_data) {
25 probe("callback");
26 // A true shutdown even where the runtime is kept alive (e.g. worker
27 // threads under PROXY_TO_PTHREAD).
28 emscripten_force_exit(0);
29}
30
31int main(void) {
32 probe("main");

Callers

nothing calls this directly

Calls 1

probeFunction · 0.85

Tested by

no test coverage detected