Home
last modified time | relevance | path

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

/f-stack/app/redis-5.0.5/src/
H A Ddebug.c1398 void watchdogScheduleSignal(int period) { in watchdogScheduleSignal() function
1429 watchdogScheduleSignal(period); /* Adjust the current timer. */ in enableWatchdog()
1437 watchdogScheduleSignal(0); /* Stop the current timer. */ in disableWatchdog()
H A Dserver.h2153 void watchdogScheduleSignal(int period);
H A Dserver.c1104 if (server.watchdog_period) watchdogScheduleSignal(server.watchdog_period); in serverCron()