Lines Matching defs:pollfd
31 struct pollfd pollfd = {41 r = poll(&pollfd, 1, 0);167 struct pollfd pollfd = {174 r = poll(&pollfd, 1, 0);181 return pollfd.revents & POLLHUP;186 struct pollfd pollfd = {194 r = ppoll(&pollfd, 1, t == USEC_INFINITY ? NULL : timespec_store(&ts, t), NULL);201 return pollfd.revents;