Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/deps/hiredis/examples/
H A Dexample-ae.c59 aeMain(loop); in main()
/f-stack/app/redis-5.0.5/src/
H A Dae.h125 void aeMain(aeEventLoop *eventLoop);
H A Dredis-benchmark.c472 aeMain(config.el); in benchmark()
697 aeMain(config.el); in main()
H A Dae.c504 void aeMain(aeEventLoop *eventLoop) { in aeMain() function
H A Dserver.c4044 aeMain((aeEventLoop *)arg); in loop()
/f-stack/app/redis-5.0.5/
H A DREADME.md309 * `aeMain()` starts the event loop which listens for new connections.