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