Home
last modified time | relevance | path

Searched refs:epoll_handlers_ (Results 1 – 2 of 2) sorted by relevance

/system/core/init/
Depoll.cpp46 auto [it, inserted] = epoll_handlers_.emplace(fd, std::move(sp)); in RegisterHandler()
57 epoll_handlers_.erase(fd); in RegisterHandler()
67 if (epoll_handlers_.erase(fd) != 1) { in UnregisterHandler()
79 const auto max_events = epoll_handlers_.size(); in Wait()
Depoll.h50 std::map<int, std::shared_ptr<Handler>> epoll_handlers_; variable