Home
last modified time | relevance | path

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

/redis-3.2.3/src/
H A Dsentinel.c247 typedef struct sentinelScriptJob { struct
257 } sentinelScriptJob; argument
658 void sentinelReleaseScriptJob(sentinelScriptJob *sj) { in sentinelReleaseScriptJob()
671 sentinelScriptJob *sj; in sentinelScheduleScriptExecution()
721 sentinelScriptJob *sj = ln->value; in sentinelGetScriptListNodeByPid()
742 sentinelScriptJob *sj = ln->value; in sentinelRunPendingScripts()
803 sentinelScriptJob *sj; in sentinelCollectTerminatedScripts()
849 sentinelScriptJob *sj = ln->value; in sentinelKillTimedoutScripts()
869 sentinelScriptJob *sj = ln->value; in sentinelPendingScriptsCommand()