Searched refs:evSelectFD (Results 1 – 2 of 2) sorted by relevance
/bionic/libc/upstream-netbsd/lib/libc/include/isc/ |
D | eventlib.h | 123 #define evSelectFD __evSelectFD macro 126 int evSelectFD __P((evContext, int, int, evFileFunc, void *, evFileID *));
|
/bionic/libc/upstream-netbsd/lib/libc/isc/ |
D | ev_streams.c | 79 if (evSelectFD(opaqueCtx, fd, EV_WRITE, writable, new, &new->file) < 0) in evWrite() 113 if (evSelectFD(opaqueCtx, fd, EV_READ, readable, new, &new->file) < 0) in evRead()
|