Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dblocked.c167 } else if (c->btype == BLOCKED_WAIT) { in unblockClient()
191 } else if (c->btype == BLOCKED_WAIT) { in replyToBlockedClientTimedOut()
H A Dreplication.c2465 blockClient(c,BLOCKED_WAIT); in waitCommand()
H A Dserver.h266 #define BLOCKED_WAIT 2 /* WAIT for synchronous replication. */ macro