Home
last modified time | relevance | path

Searched refs:aeApiAddEvent (Results 1 – 6 of 6) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dae_select.c62 static int aeApiAddEvent(aeEventLoop *eventLoop, int fd, int mask) { in aeApiAddEvent() function
H A Dae_ff_kqueue.c77 static int aeApiAddEvent(aeEventLoop *eventLoop, int fd, int mask) { in aeApiAddEvent() function
H A Dae_epoll.c73 static int aeApiAddEvent(aeEventLoop *eventLoop, int fd, int mask) { in aeApiAddEvent() function
H A Dae_kqueue.c75 static int aeApiAddEvent(aeEventLoop *eventLoop, int fd, int mask) { in aeApiAddEvent() function
H A Dae_evport.c152 static int aeApiAddEvent(aeEventLoop *eventLoop, int fd, int mask) { in aeApiAddEvent() function
H A Dae.c149 if (aeApiAddEvent(eventLoop, fd, mask) == -1) in aeCreateFileEvent()