polkavm_linux_raw

Function 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.