Searched refs:aeApiAddEvent (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | ae_select.c | 62 static int aeApiAddEvent(aeEventLoop *eventLoop, int fd, int mask) { in aeApiAddEvent() function
|
| H A D | ae_ff_kqueue.c | 77 static int aeApiAddEvent(aeEventLoop *eventLoop, int fd, int mask) { in aeApiAddEvent() function
|
| H A D | ae_epoll.c | 73 static int aeApiAddEvent(aeEventLoop *eventLoop, int fd, int mask) { in aeApiAddEvent() function
|
| H A D | ae_kqueue.c | 75 static int aeApiAddEvent(aeEventLoop *eventLoop, int fd, int mask) { in aeApiAddEvent() function
|
| H A D | ae_evport.c | 152 static int aeApiAddEvent(aeEventLoop *eventLoop, int fd, int mask) { in aeApiAddEvent() function
|
| H A D | ae.c | 149 if (aeApiAddEvent(eventLoop, fd, mask) == -1) in aeCreateFileEvent()
|