Function wasmer_wasix::syscalls::wasix::futex_wake_all::futex_wake_all
source · pub fn futex_wake_all<M: MemorySize>(
ctx: FunctionEnvMut<'_, WasiEnv>,
futex_ptr: WasmPtr<u32, M>,
ret_woken: WasmPtr<Bool, M>,
) -> Errno
Expand description
Wake up all threads that are waiting on futex_wait on this futex.
§Parameters
futex
- Memory location that holds a futex that others may be waiting on