Home
last modified time | relevance | path

Searched refs:poll_fd_index (Results 1 – 2 of 2) sorted by relevance

/external/perfetto/src/base/
Dunix_task_runner.cc123 watch_task.poll_fd_index = poll_fds_.size(); in UpdateWatchTasksLocked()
226 size_t fd_index = watch_task.poll_fd_index; in RunFileDescriptorWatch()
280 watch_task.poll_fd_index = SIZE_MAX; in AddFileDescriptorWatch()
/external/perfetto/include/perfetto/ext/base/
Dunix_task_runner.h120 size_t poll_fd_index; // Index into |poll_fds_|. member