Searched refs:POLLREMOVE (Results 1 – 2 of 2) sorted by relevance
61 static final short POLLREMOVE = 0x0800; field in DevPollArrayWrapper207 register(wfd, fd, POLLREMOVE); in release()245 events = POLLREMOVE; in updateRegistrations()260 if (wasRegistered && events != POLLREMOVE) { in updateRegistrations()261 putPollFD(pollArray, index, fd, POLLREMOVE); in updateRegistrations()
46 static final short POLLREMOVE = 0x0800; field in AbstractPollArrayWrapper