Searched refs:EVENT_FD (Results 1 – 3 of 3) sorted by relevance
210 #ifndef EVENT_FD212 #define EVENT_FD(ev) ((int)event_get_fd(ev)) macro
180 if (EVENT_FD(evt.get()) != fd) { in WatchFileDescriptor()181 NOTREACHED() << "FDs don't match" << EVENT_FD(evt.get()) << "!=" << fd; in WatchFileDescriptor()
954 o Deprecate EVENT_FD and EVENT_SIGNAL. (f6b2694)1286 …zed() into a function, and add function equivalents to EVENT_SIGNAL and EVENT_FD so that people do…