Searched refs:LIBC_EPOLLALL (Results 1 – 1 of 1) sorted by relevance
40 const LIBC_EPOLLALL: u32 = LIBC_EPOLLIN | LIBC_EPOLLERR | LIBC_EPOLLHUP; const324 let events = handler.take_events() & LIBC_EPOLLALL; in dispatch_inner()