Home
last modified time | relevance | path

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

/system/ulib/fdio/
A Dunistd.c2085 struct pollfd* pfd = &fds[i]; in ppoll() local
2086 pfd->revents = 0; // initialize to zero in ppoll()
2089 if (pfd->fd < 0) { in ppoll()
2094 if ((io = fd_to_io(pfd->fd)) == NULL) { in ppoll()
2096 pfd->revents = POLLNVAL; in ppoll()
2104 io->ops->wait_begin(io, pfd->events, &h, &sigs); in ppoll()
2135 struct pollfd* pfd = &fds[i]; in ppoll() local
2146 pfd->revents = events & (pfd->events | POLLHUP | POLLERR); in ppoll()
2147 if (pfd->revents != 0) { in ppoll()

Completed in 7529 milliseconds