Searched defs:PollInfo (Results 1 – 1 of 1) sorted by relevance
1143 struct PollInfo { struct1144 PollInfo() : index(-1) {}; in PollInfo() argument1146 std::vector<struct pollfd*> fds;1147 int index;