Function wait_futex

Source
pub async fn wait_futex(
    task: Arc<Sel4Task>,
    uaddr: usize,
) -> Result<usize, Errno>