Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dae_select.c77 static int aeApiPoll(aeEventLoop *eventLoop, struct timeval *tvp) { in aeApiPoll() function
H A Dae_ff_kqueue.c106 static int aeApiPoll(aeEventLoop *eventLoop, struct timeval *tvp) { in aeApiPoll() function
H A Dae_epoll.c108 static int aeApiPoll(aeEventLoop *eventLoop, struct timeval *tvp) { in aeApiPoll() function
H A Dae_kqueue.c104 static int aeApiPoll(aeEventLoop *eventLoop, struct timeval *tvp) { in aeApiPoll() function
H A Dae_evport.c243 static int aeApiPoll(aeEventLoop *eventLoop, struct timeval *tvp) { in aeApiPoll() function
H A Dae.c419 numevents = aeApiPoll(eventLoop, tvp); in aeProcessEvents()