Searched defs:WatchTask (Results 1 – 3 of 3) sorted by relevance
106 struct WatchTask { struct111 std::map<int, WatchTask> watch_tasks_; argument
6245 struct WatchTask { struct in perfetto::base::UnixTaskRunner6246 std::function<void()> callback;6251 bool pending = false;6253 size_t poll_fd_index; // Index into |poll_fds_|.
5385 struct WatchTask { struct in perfetto::base::UnixTaskRunner5386 std::function<void()> callback;5387 size_t poll_fd_index; // Index into |poll_fds_|.