nuttx/sched/wdog
yangguangcai fe30f0fa82 sched/wdog:change g_wdtickbase update situation.
In the 'wd_timer',the callback function executed by 'wd_expiration' could call wd_start,and g_wdtickbase might be updated.Subsequently, g_wdtickbase is incremented by the value of ticks, causing g_wdtickbase to be greater than the actual passage of time.

Signed-off-by: yangguangcai <yangguangcai@xiaomi.com>
2023-09-19 11:41:50 +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: Remove flags field from wdog_s to save memory 2021-07-01 19:27:10 -03:00
wd_gettime.c sched/wdog: Change the return type of wd_gettime from int to sclock_t 2022-05-19 23:21:54 +03:00
wd_initialize.c libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00
wd_recover.c sourcefiles: Fix relative path in file header 2021-03-09 23:18:28 +08:00
wd_start.c sched/wdog:change g_wdtickbase update situation. 2023-09-19 11:41:50 +08:00
wdog.h libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00