MCPcopy Create free account
hub / github.com/bytecodealliance/wasmtime / spawn_interrupt

Function spawn_interrupt

examples/interrupt.c:19–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17
18#ifdef _WIN32
19static void spawn_interrupt(wasm_engine_t *engine) {
20 wasmtime_engine_increment_epoch(engine);
21}
22#else
23#include <pthread.h>
24#include <time.h>

Callers 1

mainFunction · 0.85

Calls 2

assertFunction · 0.85

Tested by

no test coverage detected