Searched refs:pollfd_ptr (Results 1 – 1 of 1) sorted by relevance
252 struct pollfd *pollfd_ptr; in time_poll() local271 for (pollfd_ptr = pollfd_array + start_index; nready; ++pollfd_ptr) in time_poll()273 if (pollfd_ptr->revents == 0) continue; in time_poll()276 revents = pollfd_ptr->revents; in time_poll()277 fd = pollfd_ptr->fd; in time_poll()