Searched refs:watch_fdset (Results 1 – 1 of 1) sorted by relevance
104 fd_set watch_fdset; in get_pty_fd() local114 FD_ZERO(&watch_fdset); in get_pty_fd()115 FD_SET(xs_fd, &watch_fdset); in get_pty_fd()116 if (select(xs_fd + 1, &watch_fdset, NULL, NULL, &tv)) { in get_pty_fd()
Completed in 2 milliseconds