Searched refs:AE_ALL_EVENTS (Results 1 – 2 of 2) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ | ||
| H A D | ae.h | 52 #define AE_ALL_EVENTS (AE_FILE_EVENTS|AE_TIME_EVENTS) macro |
| H A D | ae.c | 507 aeProcessEvents(eventLoop, AE_ALL_EVENTS|AE_CALL_AFTER_SLEEP); in aeMain() |