Home
last modified time | relevance | path

Searched refs:aeProcessEvents (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dae.h123 int aeProcessEvents(aeEventLoop *eventLoop, int flags);
H A Dae.c366 int aeProcessEvents(aeEventLoop *eventLoop, int flags) in aeProcessEvents() function
507 aeProcessEvents(eventLoop, AE_ALL_EVENTS|AE_CALL_AFTER_SLEEP); in aeMain()
H A Dnetworking.c2231 events += aeProcessEvents(server.el, AE_FILE_EVENTS|AE_DONT_WAIT); in processEventsWhileBlocked()