Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dblocked.c162 void unblockClient(client *c) { in unblockClient() function
219 unblockClient(c); in disconnectAllBlockedClients()
300 unblockClient(receiver); in handleClientsBlockedOnKeys()
354 unblockClient(receiver); in handleClientsBlockedOnKeys()
413 unblockClient(receiver); in handleClientsBlockedOnKeys()
455 unblockClient(receiver); in handleClientsBlockedOnKeys()
H A Dreplication.c2502 unblockClient(c); in processClientsWaitingReplicas()
2510 unblockClient(c); in processClientsWaitingReplicas()
H A Dnetworking.c885 if (c->flags & CLIENT_BLOCKED) unblockClient(c); in freeClient()
1883 unblockClient(target); in clientCommand()
H A Dserver.c841 unblockClient(c); in clientsCronHandleTimeout()
846 unblockClient(c); in clientsCronHandleTimeout()
H A Dserver.h1907 void unblockClient(client *c);
H A Dmodule.c3756 unblockClient(c); in moduleHandleBlockedClients()