Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dae.h115 int aeProcessEvents(aeEventLoop *eventLoop, int flags);
H A Dae.c349 int aeProcessEvents(aeEventLoop *eventLoop, int flags) in aeProcessEvents() function
455 aeProcessEvents(eventLoop, AE_ALL_EVENTS); in aeMain()
H A Dnetworking.c1925 events += aeProcessEvents(server.el, AE_FILE_EVENTS|AE_DONT_WAIT); in processEventsWhileBlocked()