Home
last modified time | relevance | path

Searched refs:aof_pipe_read_ack_from_parent (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Daof.c1428 if (anetNonBlock(NULL,server.aof_pipe_read_ack_from_parent) != ANET_OK) in rewriteAppendOnlyFile()
1433 if (syncRead(server.aof_pipe_read_ack_from_parent,&byte,1,5000) != 1 || in rewriteAppendOnlyFile()
1521 server.aof_pipe_read_ack_from_parent = fds[4]; in aofCreatePipes()
1540 close(server.aof_pipe_read_ack_from_parent); in aofClosePipes()
H A Dserver.h1094 int aof_pipe_read_ack_from_parent; member