Searched refs:EventSpec (Results 1 – 1 of 1) sorted by relevance
201 struct epoll_event EventSpec; in InotifyPollingLoop() local202 EventSpec.events = EPOLLIN; in InotifyPollingLoop()203 EventSpec.data.fd = InotifyFD; in InotifyPollingLoop()204 if (epoll_ctl(EpollFD, EPOLL_CTL_ADD, InotifyFD, &EventSpec) == -1) { in InotifyPollingLoop()209 EventSpec.data.fd = InotifyPollingStopSignal.FDRead; in InotifyPollingLoop()211 &EventSpec) == -1) { in InotifyPollingLoop()