Searched defs:poll_args (Results 1 – 1 of 1) sorted by relevance
581 struct poll_args { struct582 struct pollfd * fds; char fds_[PAD_(struct pollfd *)];583 u_int nfds; char nfds_[PAD_(u_int)];584 int timeout; char timeout_[PAD_(int)];