walnux/sched/wdog
ouyangxiangzhen 9d1b958524 sched/wdog: Remove the wd_start_period.
For better simplicity, this commit replaced the periodical wdog APIs with the more expressive wd_start_next. The wd_start_next restarts watchdog timer based on the last expiration time.

Signed-off-by: ouyangxiangzhen <ouyangxiangzhen@xiaomi.com>
2025-06-10 11:02:45 -03:00
..
CMakeLists.txt sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
Make.defs sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
wd_cancel.c Revert "sched/wdog/wd_cancel: Return 0 (OK) when cancelling an inactive wdog" 2025-05-16 10:30:41 +08:00
wd_gettime.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
wd_initialize.c sched/wdog: use small lock to protect g_wdactivelist 2025-01-14 12:29:29 +08:00
wd_recover.c sched: migrate to SPDX identifier 2024-09-12 01:10:14 +08:00
wd_start.c sched/wdog: Remove the wd_start_period. 2025-06-10 11:02:45 -03:00
wdog.h sched/wdog: use small lock to protect g_wdactivelist 2025-01-14 12:29:29 +08:00