Searched refs:readyFds (Results 1 – 1 of 1) sorted by relevance
86 int readyFds = select(fd + 1, &readFds, nullptr, nullptr, &timeout); in processRequests() local88 if (readyFds == -1) in processRequests()93 else if (readyFds == 0) in processRequests()