Searched refs:fds2 (Results 1 – 1 of 1) sorted by relevance
113 int fds2[2]; in restarter() local119 fds2[0] = -1; in restarter()120 fds2[1] = -1; in restarter()128 if (fds2[0] != -1) in restarter()129 (void) close(fds2[1]); in restarter()138 if (pipe(fds2) == -1) { in restarter()153 (void) close(fds2[0]); in restarter()160 (void) close(fds2[1]); in restarter()222 FD_SET(fds2[0], &readset); in restarter()224 (void) select(fds2[0] + 1, &readset, NULL, NULL, &tmout); in restarter()