Searched defs:pollfd (Results 1 – 4 of 4) sorted by relevance
67 struct pollfd pollfd = { .fd = stdIn, .events = POLLOUT }; in outputReady() local280 const struct pollfd &pollfd = process->pollFds[i]; in drainAndWaitForAck() local
259 pollfd* pollfd = &running_pollfds_[run_index]; in LaunchTests() local
5718 struct pollfd { struct5719 int fd;5720 short events;5721 short revents;
5335 struct pollfd { struct5336 int fd;5337 short events;5338 short revents;