Lines Matching refs:poll_result
598 int poll_result, i, j;
654 poll_result = poll(self->ufds, self->ufd_len, (int)ms);
669 poll_result = 0;
679 if (poll_result < 0) {
687 result_list = PyList_New(poll_result);
691 for (i = 0, j = 0; j < poll_result; j++) {
925 int poll_result, i;
969 poll_result = ioctl(self->fd_devpoll, DP_POLL, &dvp);
982 poll_result = 0;
991 if (poll_result < 0) {
997 result_list = PyList_New(poll_result);
1001 for (i = 0; i < poll_result; i++) {