Lines Matching refs:sigio_private
35 static int sigio_private[2] = SIGIO_FDS_INIT; variable
72 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()
342 sigio_private[1] = -1; in write_sigio_workaround()