Searched refs:pollfd (Results 1 - 2 of 2) sorted by relevance

/libmicro/
H A Dconnection.c247 struct pollfd pollfd; local
250 pollfd.fd = ts->ts_cons[i];
251 pollfd.events = POLLOUT;
252 if (poll(&pollfd, 1, -1) == 1)
265 struct pollfd pollfd; local
271 pollfd.fd = ts->ts_lsns[i];
272 pollfd.events = POLLIN;
273 if (poll(&pollfd,
[all...]
H A Dpoll.c52 typedef struct pollfd pfd_t;

Completed in 13 milliseconds