Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Ddebug.c1414 if (server.watchdog_period == 0) { in enableWatchdog()
1430 server.watchdog_period = period; in enableWatchdog()
1436 if (server.watchdog_period == 0) return; /* Already disabled. */ in disableWatchdog()
1445 server.watchdog_period = 0; in disableWatchdog()
H A Dserver.c1104 if (server.watchdog_period) watchdogScheduleSignal(server.watchdog_period); in serverCron()
1727 server.watchdog_period = 0; in initServerConfig()
H A Dserver.h1281 int watchdog_period; /* Software watchdog period in ms. 0 = off */ member
H A Dconfig.c1400 config_get_numerical_field("watchdog-period",server.watchdog_period);