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

Method visit_memory_atomic_wait64

winch/codegen/src/visitor.rs:2843–2845  ·  view source on GitHub ↗
(&mut self, arg: MemArg)

Source from the content-addressed store, hash-verified

2841 }
2842
2843 fn visit_memory_atomic_wait64(&mut self, arg: MemArg) -> Self::Output {
2844 self.emit_atomic_wait(&arg, AtomicWaitKind::Wait64)
2845 }
2846
2847 fn visit_memory_atomic_notify(&mut self, arg: MemArg) -> Self::Output {
2848 self.emit_atomic_notify(&arg)

Callers

nothing calls this directly

Calls 1

emit_atomic_waitMethod · 0.80

Tested by

no test coverage detected