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

eventfd_close

Function eventfd_close 

Source
pub fn eventfd_close(efd_id: u32) -> Result<usize, SyscallError>
Expand description

Close (destroy) an eventfd instance.