Searched refs:mInotifyPollIndex (Results 1 – 2 of 2) sorted by relevance
974 if (mInotifyPollIndex >= 0) { in discardInotifyEvent()976 int ret = ::read(mPollFds[mInotifyPollIndex].fd, buf, sizeof(buf)); in discardInotifyEvent()982 if (mInotifyPollIndex < 0) { in waitOnNanohubLock()985 struct pollfd *pfd = &mPollFds[mInotifyPollIndex]; in waitOnNanohubLock()1501 if (mInotifyPollIndex >= 0 && mPollFds[mInotifyPollIndex].revents & POLLIN) { in threadLoop()1793 mInotifyPollIndex = -1; in initNanohubLock()1804 mInotifyPollIndex = mNumPollFds; in initNanohubLock()
260 int mInotifyPollIndex; member