Searched refs:select_n (Results 1 – 1 of 1) sorted by relevance
584 int select_n = std::max(std::max(protocol_sfd_, stdinout_sfd_), stderr_sfd_) + 1; in SelectLoop() local591 if (select(select_n, &read_set, &write_set, nullptr, nullptr) < 0) { in SelectLoop()