Home
last modified time | relevance | path

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

/dports/databases/redis-devel/redis-0e5b813/src/
H A Daof.c234 int aofFsyncInProgress(void) { in aofFsyncInProgress() function
405 !(sync_in_progress = aofFsyncInProgress())) { in flushAppendOnlyFile()
413 sync_in_progress = aofFsyncInProgress(); in flushAppendOnlyFile()
/dports/databases/redis6/redis-6.0.16/src/
H A Daof.c204 int aofFsyncInProgress(void) { in aofFsyncInProgress() function
354 !(sync_in_progress = aofFsyncInProgress())) { in flushAppendOnlyFile()
362 sync_in_progress = aofFsyncInProgress(); in flushAppendOnlyFile()
/dports/databases/redis5/redis-5.0.14/src/
H A Daof.c202 int aofFsyncInProgress(void) { in aofFsyncInProgress() function
351 !(sync_in_progress = aofFsyncInProgress())) { in flushAppendOnlyFile()
359 sync_in_progress = aofFsyncInProgress(); in flushAppendOnlyFile()