⚠️ VeridianOS Kernel Documentation - This is low-level kernel code. All functions are unsafe unless explicitly marked otherwise. no_std

epoll_ctl

Function epoll_ctl 

Source
pub fn epoll_ctl(
    epoll_id: u32,
    op: u32,
    fd: i32,
    event: Option<&EpollEvent>,
) -> Result<(), KernelError>
Expand description

Perform a control operation on an epoll instance.