Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dexpire.c111 if (clientsArePaused()) return; in activeExpireCycle()
H A Devict.c459 if (clientsArePaused()) return C_OK; in freeMemoryIfNeeded()
H A Dnetworking.c1430 if (!(c->flags & CLIENT_SLAVE) && clientsArePaused()) break; in processInputBuffer()
2189 int clientsArePaused(void) { in clientsArePaused() function
H A Dreplication.c2604 clientsArePaused(); in replicationCron()
H A Dserver.h1481 int clientsArePaused(void);
H A Dcluster.c3264 if (server.cluster->mf_end && clientsArePaused()) { in resetManualFailover()
3266 clientsArePaused(); /* Just use the side effect of the function. */ in resetManualFailover()
H A Dserver.c1321 clientsArePaused(); /* Don't check return value, just use the side effect.*/ in serverCron()
/f-stack/app/redis-5.0.5/
H A D00-RELEASENOTES1675 fix multiple unblock for clientsArePaused()