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