Searched defs:epoll_fd (Results 1 – 6 of 6) sorted by relevance
103 int epoll_fd = epoll_create(1); in main() local
335 epoll_fd: Epoll, field363 let epoll_fd = in new() localVariable
206 base::unique_fd epoll_fd(epoll_create1(EPOLL_CLOEXEC)); in Start() local
317 base::unique_fd epoll_fd(epoll_create1(EPOLL_CLOEXEC)); in FuseBridgeLoop() local
85 epoll_fd: Epoll, field
162 let epoll_fd = Epoll::new(EpollCreateFlags::empty()).expect("Failed to create Epoll"); in process_loop() localVariable