Lines Matching refs:read_set
428 fd_set read_set;431 FD_ZERO(&read_set);432 FD_SET(fd, &read_set);437 int ret = TEMP_FAILURE_RETRY(select(fd + 1, &read_set, NULL, NULL, &tm));