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

is_readable

Function is_readable 

Source
pub fn is_readable(tfd_id: u32) -> bool
Expand description

Query whether a timerfd is readable (timer has expired). Used by epoll to check readiness without consuming data.