Searched refs:sigio_private (Results 1 – 1 of 1) sorted by relevance
36 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()82 respond_fd = sigio_private[1]; in write_sigio_thread()135 CATCH_EINTR(n = write(sigio_private[0], &c, sizeof(c))); in update_thread()142 CATCH_EINTR(n = read(sigio_private[0], &c, sizeof(c))); in update_thread()158 close(sigio_private[0]); in update_thread()159 close(sigio_private[1]); in update_thread()324 memcpy(sigio_private, l_sigio_private, sizeof(l_sigio_private)); in write_sigio_workaround()340 sigio_private[0] = -1; in write_sigio_workaround()[all …]
Completed in 5 milliseconds