Searched refs:sigio_private (Results 1 – 1 of 1) sorted by relevance
35 static int sigio_private[2] = SIGIO_FDS_INIT; variable72 if (p->fd == sigio_private[1]) { in write_sigio_thread()73 CATCH_EINTR(n = read(sigio_private[1], &c, in write_sigio_thread()83 respond_fd = sigio_private[1]; in write_sigio_thread()136 CATCH_EINTR(n = write(sigio_private[0], &c, sizeof(c))); in update_thread()143 CATCH_EINTR(n = read(sigio_private[0], &c, sizeof(c))); in update_thread()159 close(sigio_private[0]); in update_thread()160 close(sigio_private[1]); in update_thread()325 memcpy(sigio_private, l_sigio_private, sizeof(l_sigio_private)); in write_sigio_workaround()341 sigio_private[0] = -1; in write_sigio_workaround()[all …]