Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dae_select.c42 static int aeApiCreate(aeEventLoop *eventLoop) { in aeApiCreate() function
H A Dae_ff_kqueue.c43 static int aeApiCreate(aeEventLoop *eventLoop) { in aeApiCreate() function
H A Dae_epoll.c39 static int aeApiCreate(aeEventLoop *eventLoop) { in aeApiCreate() function
H A Dae_kqueue.c41 static int aeApiCreate(aeEventLoop *eventLoop) { in aeApiCreate() function
H A Dae_evport.c75 static int aeApiCreate(aeEventLoop *eventLoop) { in aeApiCreate() function
H A Dae.c83 if (aeApiCreate(eventLoop) == -1) goto err; in aeCreateEventLoop()