pub fn futex_wake_all<M: MemorySize>(
ctx: FunctionEnvMut<'_, WasiEnv>,
futex_ptr: WasmPtr<u32, M>,
ret_woken: WasmPtr<Bool, M>,
) -> Result<Errno, WasiError>
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