walnux/sched/wdog
ouyangxiangzhen 50f801dfaa sched/wdog: Fix list traversal problem in nested wdog process
If g_wdactivelist has been changed in the wdog callback, the list traversal with next pointer will cause problem.

Signed-off-by: ouyangxiangzhen <ouyangxiangzhen@xiaomi.com>
Signed-off-by: ligd <liguiding1@xiaomi.com>
2024-09-10 23:32:30 +08:00
..
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Make.defs sched/wdog: Don't dynamically allocate wdog_s 2020-08-11 12:28:55 -06:00
wd_cancel.c sched/wdog: Refactor wdog module 2024-09-10 23:32:30 +08:00
wd_gettime.c sched/wdog: Refactor wdog module 2024-09-10 23:32:30 +08:00
wd_initialize.c sched/sched: Fix recursive watchdog handling 2024-09-10 23:32:30 +08:00
wd_recover.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
wd_start.c sched/wdog: Fix list traversal problem in nested wdog process 2024-09-10 23:32:30 +08:00
wdog.h sched/sched: Fix recursive watchdog handling 2024-09-10 23:32:30 +08:00