Searched defs:WatchTask (Results 1 – 1 of 1) sorted by relevance
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_|.