Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dsyncio.c71 aeWait(fd,AE_WRITABLE,wait); in syncWrite()
110 aeWait(fd,AE_READABLE,wait); in syncRead()
H A Dae.h124 int aeWait(int fd, int mask, long long milliseconds);
H A Dae.c484 int aeWait(int fd, int mask, long long milliseconds) { in aeWait() function
H A Daof.c1416 if (aeWait(server.aof_pipe_read_data_from_parent, AE_READABLE, 1) <= 0) in rewriteAppendOnlyFile()
H A Dcluster.c5003 if ((aeWait(fd,AE_WRITABLE,timeout) & AE_WRITABLE) == 0) { in migrateGetSocket()
H A Dredis-cli.c6071 mask = aeWait(fd,mask,1000); in pipeMode()