/external/chromium/third_party/libevent/ |
devpoll.c | 58 struct event *evread; member in struct:evdevpoll 250 struct event *evread = NULL, *evwrite = NULL; local 261 evread = evdp->evread; 273 if (evread != NULL && !(evread->ev_events & EV_PERSIST)) 274 event_del(evread); 275 if (evwrite != NULL && evwrite != evread && 279 if (evread != NULL) 280 event_active(evread, EV_READ, 1) [all...] |
epoll.c | 60 struct event *evread; member in struct:evepoll 216 struct event *evread = NULL, *evwrite = NULL; local 224 evread = evep->evread; 228 evread = evep->evread; 236 if (!(evread||evwrite)) 239 if (evread != NULL) 240 event_active(evread, EV_READ, 1); 283 if (evep->evread != NULL) [all...] |
/external/chromium_org/third_party/libevent/ |
devpoll.c | 58 struct event *evread; member in struct:evdevpoll 250 struct event *evread = NULL, *evwrite = NULL; local 261 evread = evdp->evread; 273 if (evread != NULL && !(evread->ev_events & EV_PERSIST)) 274 event_del(evread); 275 if (evwrite != NULL && evwrite != evread && 279 if (evread != NULL) 280 event_active(evread, EV_READ, 1) [all...] |
epoll.c | 60 struct event *evread; member in struct:evepoll 216 struct event *evread = NULL, *evwrite = NULL; local 224 evread = evep->evread; 228 evread = evep->evread; 236 if (!(evread||evwrite)) 239 if (evread != NULL) 240 event_active(evread, EV_READ, 1); 283 if (evep->evread != NULL) [all...] |
/bionic/libc/upstream-netbsd/libc/include/isc/ |
eventlib.h | 132 #define evRead __evRead 140 int evRead __P((evContext, int, const struct iovec *, int,
|
/bionic/libc/upstream-netbsd/libc/isc/ |
ev_streams.c | 101 evRead(evContext opaqueCtx, int fd, const struct iovec *iov, int iocnt,
|
/external/chromium/third_party/libjingle/source/talk/p2p/base/ |
pseudotcp.cc | 891 //notify(evRead);
|
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/ |
pseudotcp.cc | 968 //notify(evRead); [all...] |