Searched defs:add_epoll (Results 1 – 3 of 3) sorted by relevance
102 pub fn add_epoll(&mut self, epitem: Arc<EPollItem>) -> Result<(), SystemError> { in add_epoll() method
245 fn add_epoll(&mut self, epitem: Arc<EPollItem>) -> Result<(), SystemError> { in add_epoll() method429 pub fn add_epoll(&self, epitem: Arc<EPollItem>) { in add_epoll() method
581 pub fn add_epoll(&self, epitem: Arc<EPollItem>) -> Result<(), SystemError> { in add_epoll() method