Searched refs:BLOCKED_WAIT (Results 1 – 3 of 3) sorted by relevance
167 } else if (c->btype == BLOCKED_WAIT) { in unblockClient()191 } else if (c->btype == BLOCKED_WAIT) { in replyToBlockedClientTimedOut()
2465 blockClient(c,BLOCKED_WAIT); in waitCommand()
266 #define BLOCKED_WAIT 2 /* WAIT for synchronous replication. */ macro