Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Dsentinel.c240 int running_scripts; /* Number of scripts in execution right now. */ member
487 sentinel.running_scripts = 0; in initSentinel()
761 while (sentinel.running_scripts < SENTINEL_SCRIPT_MAX_RUNNING && in sentinelRunPendingScripts()
793 sentinel.running_scripts++; in sentinelRunPendingScripts()
858 sentinel.running_scripts--; in sentinelCollectTerminatedScripts()
3355 sentinel.running_scripts, in sentinelInfoCommand()