Searched refs:syncRead (Results 1 – 3 of 3) sorted by relevance
| /redis-3.2.3/src/ |
| H A D | syncio.c | 85 ssize_t syncRead(int fd, char *ptr, ssize_t size, long long timeout) { in syncRead() function 132 if (syncRead(fd,&c,1,timeout) == -1) return -1; in syncReadLine()
|
| H A D | aof.c | 1136 if (syncRead(server.aof_pipe_read_ack_from_parent,&byte,1,5000) != 1 || in rewriteAppendOnlyFile()
|
| H A D | server.h | 1228 ssize_t syncRead(int fd, char *ptr, ssize_t size, long long timeout);
|