Function sys_pselect

Source
pub(super) async fn sys_pselect(
    task: &Sel4Task,
    max_fdp1: usize,
    readfds_ptr: *mut usize,
    writefds_ptr: *mut usize,
    exceptfds_ptr: *mut usize,
    timeout_ptr: *mut TimeSpec,
    sigmask: usize,
) -> SysResult