Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dblocked.c121 c->flags &= ~CLIENT_UNBLOCKED; in processUnblockedClients()
154 if (!(c->flags & CLIENT_UNBLOCKED)) { in queueClientForReprocessing()
155 c->flags |= CLIENT_UNBLOCKED; in queueClientForReprocessing()
H A Dnetworking.c839 if (c->flags & CLIENT_UNBLOCKED) { in unlinkClient()
843 c->flags &= ~CLIENT_UNBLOCKED; in unlinkClient()
1663 if (client->flags & CLIENT_UNBLOCKED) *p++ = 'u'; in catClientInfoString()
H A Dserver.h236 #define CLIENT_UNBLOCKED (1<<7) /* This client was unblocked and is stored in macro