Lines Matching refs:sigio_private
38 static int sigio_private[2] = SIGIO_FDS_INIT; variable
75 if (p->fd == sigio_private[1]) { in write_sigio_thread()
76 CATCH_EINTR(n = read(sigio_private[1], &c, in write_sigio_thread()
86 respond_fd = sigio_private[1]; in write_sigio_thread()
139 CATCH_EINTR(n = write(sigio_private[0], &c, sizeof(c))); in update_thread()
146 CATCH_EINTR(n = read(sigio_private[0], &c, sizeof(c))); in update_thread()
162 close(sigio_private[0]); in update_thread()
163 close(sigio_private[1]); in update_thread()
309 memcpy(sigio_private, l_sigio_private, sizeof(l_sigio_private)); in write_sigio_workaround()
325 sigio_private[0] = -1; in write_sigio_workaround()
326 sigio_private[1] = -1; in write_sigio_workaround()