Home
last modified time | relevance | path

Searched defs:Poller (Results 1 – 1 of 1) sorted by relevance

/developtools/profiler/device/plugins/ftrace_plugin/src/
Dprocess_utils.cpp87 struct Poller { struct
88 using EventCallback = std::function<void(void)>;
90 void AddFd(int fd, short events, const EventCallback& onEvent) in AddFd()
100 int PollEvents(int timeout) in PollEvents()
111 void DispatchEvents(int nready) const in DispatchEvents()
125 std::vector<struct pollfd> pollSet_;
126 std::unordered_map<int, EventCallback> callbacks_;