Function polkavm_linux_raw::sys_futex_wake_one
source ยท pub fn sys_futex_wake_one(futex: &AtomicU32) -> Result<bool, Error>
Expand description
Wakes up at most one thread waiting on futex
.
Will return true
if anybody was woken up.