Searched refs:current_poll (Results 1 – 1 of 1) sorted by relevance
50 static struct pollfds current_poll; variable62 fds = ¤t_poll; in write_sigio_thread()83 tmp = current_poll; in write_sigio_thread()84 current_poll = next_poll; in write_sigio_thread()185 for (i = 0; i < current_poll.used; i++) { in add_sigio_fd()186 if (current_poll.poll[i].fd == fd) in add_sigio_fd()190 n = current_poll.used; in add_sigio_fd()195 memcpy(next_poll.poll, current_poll.poll, in add_sigio_fd()196 current_poll.used * sizeof(struct pollfd)); in add_sigio_fd()219 for (i = 0; i < current_poll.used; i++) { in ignore_sigio_fd()[all …]