Searched refs:current_poll (Results 1 – 1 of 1) sorted by relevance
47 static struct pollfds current_poll; variable60 fds = ¤t_poll; in write_sigio_thread()81 tmp = current_poll; in write_sigio_thread()82 current_poll = next_poll; in write_sigio_thread()182 for (i = 0; i < current_poll.used; i++) { in __add_sigio_fd()183 if (current_poll.poll[i].fd == fd) in __add_sigio_fd()187 n = current_poll.used; in __add_sigio_fd()192 memcpy(next_poll.poll, current_poll.poll, in __add_sigio_fd()193 current_poll.used * sizeof(struct pollfd)); in __add_sigio_fd()226 for (i = 0; i < current_poll.used; i++) { in __ignore_sigio_fd()[all …]