Searched refs:EVENT_FD (Results 1 – 3 of 3) sorted by relevance
164 if (EVENT_FD(evt.get()) != fd) { in WatchFileDescriptor()165 NOTREACHED() << "FDs don't match" << EVENT_FD(evt.get()) << "!=" << fd; in WatchFileDescriptor()175 DPLOG(ERROR) << "event_base_set(fd=" << EVENT_FD(evt.get()) << ")"; in WatchFileDescriptor()181 DPLOG(ERROR) << "event_add failed(fd=" << EVENT_FD(evt.get()) << ")"; in WatchFileDescriptor()
220 #ifndef EVENT_FD222 #define EVENT_FD(ev) ((int)event_get_fd(ev)) macro
890 o Deprecate EVENT_FD and EVENT_SIGNAL. (f6b2694)1222 …zed() into a function, and add function equivalents to EVENT_SIGNAL and EVENT_FD so that people do…