Searched defs:ppoll_args (Results 1 – 1 of 1) sorted by relevance
1393 struct ppoll_args { struct1394 struct pollfd * fds; char fds_[PAD_(struct pollfd *)];1395 u_int nfds; char nfds_[PAD_(u_int)];1396 const struct timespec * ts; char ts_[PAD_(const struct timespec *)];1397 const sigset_t * sigmask; char sigmask_[PAD_(const sigset_t *)];