If we run out of pre-allocated watchdog times, the logic will allocate...
If we run out of pre-allocated watchdog times, the logic will allocate additional timers from the heap. A reserve of pre-allocated watchdog timers is maintained so that there will always be timers available for interrupt handlers.
Showing
- sched/Kconfig 17 additions, 2 deletionssched/Kconfig
- sched/wdog/wd_cancel.c 9 additions, 7 deletionssched/wdog/wd_cancel.c
- sched/wdog/wd_create.c 55 additions, 9 deletionssched/wdog/wd_create.c
- sched/wdog/wd_delete.c 42 additions, 17 deletionssched/wdog/wd_delete.c
- sched/wdog/wd_gettime.c 2 additions, 2 deletionssched/wdog/wd_gettime.c
- sched/wdog/wd_initialize.c 26 additions, 23 deletionssched/wdog/wd_initialize.c
- sched/wdog/wd_start.c 4 additions, 4 deletionssched/wdog/wd_start.c
- sched/wdog/wdog.h 43 additions, 8 deletionssched/wdog/wdog.h
Loading
Please register or sign in to comment