Searched refs:aeWait (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/redis-5.0.5/src/ |
| H A D | syncio.c | 71 aeWait(fd,AE_WRITABLE,wait); in syncWrite() 110 aeWait(fd,AE_READABLE,wait); in syncRead()
|
| H A D | ae.h | 124 int aeWait(int fd, int mask, long long milliseconds);
|
| H A D | ae.c | 484 int aeWait(int fd, int mask, long long milliseconds) { in aeWait() function
|
| H A D | aof.c | 1416 if (aeWait(server.aof_pipe_read_data_from_parent, AE_READABLE, 1) <= 0) in rewriteAppendOnlyFile()
|
| H A D | cluster.c | 5003 if ((aeWait(fd,AE_WRITABLE,timeout) & AE_WRITABLE) == 0) { in migrateGetSocket()
|
| H A D | redis-cli.c | 6071 mask = aeWait(fd,mask,1000); in pipeMode()
|