nuttx/sched/wdog
wangchengdong 71f53c6c74 sched/wdog: Inline wd_start() to improve performance
Move wd_start() to an inline function to reduce function call
    overhead and improve performance in time-critical watchdog operations.

Signed-off-by: Chengdong Wang <wangchengdong@lixiang.com>
2025-11-10 23:16:57 +08: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 sched/wdog: Use list_in_list() to detect active watchdogs 2025-11-07 10:30:53 +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: Inline wd_start() to improve performance 2025-11-10 23:16:57 +08:00
wdog.h sched/wdog: remove unnecessary list_node redefinition 2025-10-09 11:41:32 +08:00