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