Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Daof.c339 int sync_in_progress = 0; in flushAppendOnlyFile() local
351 !(sync_in_progress = aofFsyncInProgress())) { in flushAppendOnlyFile()
359 sync_in_progress = aofFsyncInProgress(); in flushAppendOnlyFile()
365 if (sync_in_progress) { in flushAppendOnlyFile()
396 if (sync_in_progress) { in flushAppendOnlyFile()
510 if (!sync_in_progress) { in flushAppendOnlyFile()