Searched refs:aof_pipe_read_ack_from_parent (Results 1 – 2 of 2) sorted by relevance
1428 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()
1094 int aof_pipe_read_ack_from_parent; member