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.cpp83 struct Poller { struct
84 using EventCallback = std::function<void(void)>;
86 void AddFd(int fd, short events, const EventCallback& onEvent) in AddFd()
96 int PollEvents(int timeout) in PollEvents()
107 void DispatchEvents(int nready) const in DispatchEvents()
121 std::vector<struct pollfd> pollSet_;
122 std::unordered_map<int, EventCallback> callbacks_;