Home
last modified time | relevance | path

Searched refs:BLOCKED_NONE (Results 1 – 4 of 4) sorted by relevance

/f-stack/app/redis-5.0.5/src/
H A Dblocked.c179 c->btype = BLOCKED_NONE; in unblockClient()
H A Daof.c664 c->btype = BLOCKED_NONE; in createFakeClient()
H A Dnetworking.c142 c->btype = BLOCKED_NONE; in createClient()
H A Dserver.h264 #define BLOCKED_NONE 0 /* Not blocked, no CLIENT_BLOCKED flag set. */ macro