Lines Matching refs:fds_count
40 for (n = 0; n < (int)pt->fds_count; n++) {
44 unsigned int fds_count = pt->fds_count;
48 /* if something closed, fds_count will change, retry this slot */
49 if (pt->fds_count != fds_count)
98 for (i = 0; i < pt->fds_count; ++i) {
158 // lwsl_notice("%s: in %dms, count %d\n", __func__, (int)(timeout_us / 1000), pt->fds_count);
159 // for (n = 0; n < (int)pt->fds_count; n++)
161 int d = WSAPoll((WSAPOLLFD *)&pt->fds[0], pt->fds_count, (int)(timeout_us / LWS_US_PER_MS));
163 lwsl_err("%s: WSAPoll failed: count %d, err %d: %d\n", __func__, pt->fds_count, d, WSAGetLastError());
174 for (n = 0; n < (int)pt->fds_count; n++)