Searched refs:readPollIter (Results 1 – 1 of 1) sorted by relevance
116 auto readPollIter = impl->readPoll.find(fd); in removeWatch() local117 if (readPollIter != impl->readPoll.end()) { in removeWatch()118 impl->readPoll.erase(readPollIter); in removeWatch()