Home
last modified time | relevance | path

Searched refs:syncRead (Results 1 – 3 of 3) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dsyncio.c85 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 Daof.c1433 if (syncRead(server.aof_pipe_read_ack_from_parent,&byte,1,5000) != 1 || in rewriteAppendOnlyFile()
H A Dserver.h1579 ssize_t syncRead(int fd, char *ptr, ssize_t size, long long timeout);