Home
last modified time | relevance | path

Searched refs:select_n (Results 1 – 1 of 1) sorted by relevance

/system/core/adb/daemon/
Dshell_service.cpp584 int select_n = std::max(std::max(protocol_sfd_, stdinout_sfd_), stderr_sfd_) + 1; in SelectLoop() local
591 if (select(select_n, &read_set, &write_set, nullptr, nullptr) < 0) { in SelectLoop()