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

is_writable

Function is_writable 

Source
pub fn is_writable(efd_id: u32) -> bool
Expand description

Query whether an eventfd is writable (counter < u64::MAX - 1).