Searched defs:epoll (Results 1 – 4 of 4) sorted by relevance
115 MountHandler::MountHandler(Epoll* epoll) : epoll_(epoll), fp_(fopen("/proc/mounts", "re"), fclose) { in MountHandler()
121 static void InstallInitNotifier(Epoll* epoll) { in InstallInitNotifier()602 static void InstallSignalFdHandler(Epoll* epoll) { in InstallSignalFdHandler()792 Epoll epoll; in SecondStageMain() local
286 void Keychords::Start(Epoll* epoll, std::function<void(const std::vector<int>&)> handler) { in Start()
1168 Epoll epoll; in PropertyServiceThread() local