Searched refs:sigio_private (Results 1 – 1 of 1) sorted by relevance
35 static int sigio_private[2] = SIGIO_FDS_INIT; variable73 if (p->fd == sigio_private[1]) { in write_sigio_thread()74 CATCH_EINTR(n = read(sigio_private[1], &c, in write_sigio_thread()84 respond_fd = sigio_private[1]; in write_sigio_thread()137 CATCH_EINTR(n = write(sigio_private[0], &c, sizeof(c))); in update_thread()144 CATCH_EINTR(n = read(sigio_private[0], &c, sizeof(c))); in update_thread()160 close(sigio_private[0]); in update_thread()161 close(sigio_private[1]); in update_thread()326 memcpy(sigio_private, l_sigio_private, sizeof(l_sigio_private)); in write_sigio_workaround()342 sigio_private[0] = -1; in write_sigio_workaround()[all …]