Home
last modified time | relevance | path

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

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