Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dae_select.c70 static void aeApiDelEvent(aeEventLoop *eventLoop, int fd, int mask) { in aeApiDelEvent() function
H A Dae_ff_kqueue.c92 static void aeApiDelEvent(aeEventLoop *eventLoop, int fd, int mask) { in aeApiDelEvent() function
H A Dae_epoll.c90 static void aeApiDelEvent(aeEventLoop *eventLoop, int fd, int delmask) { in aeApiDelEvent() function
H A Dae_kqueue.c90 static void aeApiDelEvent(aeEventLoop *eventLoop, int fd, int mask) { in aeApiDelEvent() function
H A Dae_evport.c183 static void aeApiDelEvent(aeEventLoop *eventLoop, int fd, int mask) { in aeApiDelEvent() function
H A Dae.c170 aeApiDelEvent(eventLoop, fd, mask); in aeDeleteFileEvent()