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

Method increment_epoch

crates/wasmtime/src/engine.rs:854–856  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

852 /// memory.
853 #[cfg(target_has_atomic = "64")]
854 pub fn increment_epoch(&self) {
855 self.inner.epoch.fetch_add(1, Ordering::Relaxed);
856 }
857
858 /// Returns a [`std::hash::Hash`] that can be used to check precompiled WebAssembly compatibility.
859 ///

Callers 15

spawnMethod · 0.45
executeMethod · 0.45
setup_epoch_handlerMethod · 0.45
setup_guest_profilerMethod · 0.45
loops_interruptibleFunction · 0.45
functions_interruptibleFunction · 0.45
loop_interrupt_from_afarFunction · 0.45
epoch_eventsFunction · 0.45
make_envFunction · 0.45
build_engineFunction · 0.45

Calls

no outgoing calls

Tested by 6

loops_interruptibleFunction · 0.36
functions_interruptibleFunction · 0.36
loop_interrupt_from_afarFunction · 0.36
test_run_boolFunction · 0.36
test_run_with_countFunction · 0.36