Searched refs:select_n (Results 1 – 1 of 1) sorted by relevance
516 int select_n = std::max(std::max(protocol_sfd_.fd(), stdinout_sfd_.fd()), in SelectLoop() local524 if (select(select_n, &read_set, &write_set, nullptr, nullptr) < 0) { in SelectLoop()