Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Daof.c289 int sync_in_progress = 0; in flushAppendOnlyFile() local
295 sync_in_progress = bioPendingJobsOfType(BIO_AOF_FSYNC) != 0; in flushAppendOnlyFile()
301 if (sync_in_progress) { in flushAppendOnlyFile()
332 if (sync_in_progress) { in flushAppendOnlyFile()
444 if (!sync_in_progress) aof_background_fsync(server.aof_fd); in flushAppendOnlyFile()