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.cpp84 struct Poller { struct
85 using EventCallback = std::function<void(void)>;
87 void AddFd(int fd, short events, const EventCallback& onEvent) in AddFd()
97 int PollEvents(int timeout) in PollEvents()
108 void DispatchEvents(int nready) const in DispatchEvents()
122 std::vector<struct pollfd> pollSet_;
123 std::unordered_map<int, EventCallback> callbacks_;