Searched refs:soc_fd_set (Results 1 – 1 of 1) sorted by relevance
226 fd_set soc_fd_set; in open_non_blocking_channel() local268 FD_ZERO(&soc_fd_set); in open_non_blocking_channel()269 FD_SET(info->fd, &soc_fd_set); in open_non_blocking_channel()270 if (select(info->fd+1, NULL, &soc_fd_set, NULL, &tv) > 0) { in open_non_blocking_channel()