Home | History | Annotate | Download | only in files

Lines Matching full:kevent

31 void FilePathWatcherKQueue::ReleaseEvent(struct kevent& event) {
71 struct kevent event;
98 bool FilePathWatcherKQueue::AreKeventValuesValid(struct kevent* kevents,
101 DPLOG(ERROR) << "kevent";
107 // Find the kevent in |events_| that matches the kevent with the error.
211 int count = HANDLE_EINTR(kevent(kqueue_, &events_[0], valid, &updates[0],
243 int count = HANDLE_EINTR(kevent(kqueue_, NULL, 0, &updates[0], updates.size(),
259 // Find our kevent record that matches the update notification.
345 int count = HANDLE_EINTR(kevent(kqueue_, &events_[0], last_entry,