Function wasmtime_runtime::libcalls::memory_atomic_wait64
source · pub unsafe extern "C" fn memory_atomic_wait64(
vmctx: *mut VMContext,
memory_index: u32,
addr: *mut u8,
_expected: u64,
_timeout: u64
) -> u32
Expand description
Implementation of memory.atomic.wait64
for locally defined memories.