nuttx/sched/hrtimer
wangchengdong 291938150f sched/hrtimer: add option for list-based hrtimer management
Add support for managing hrtimers using a simple list. This approach
  is more memory-efficient, as list nodes use less memory, and it is
  preferable to an RB-tree when the number of hrtimers is relatively small.

Signed-off-by: Chengdong Wang <wangchengdong@lixiang.com>
2026-01-21 10:33:12 +08:00
..
CMakeLists.txt sched/hrtimer: Add high-resolution timer support for NuttX 2025-12-18 18:36:28 +08:00
hrtimer.h sched/hrtimer: add option for list-based hrtimer management 2026-01-21 10:33:12 +08:00
hrtimer_cancel.c [EXPERIMENTAL] sched/hrtimer: separate SMP logic from hrtimer 2026-01-08 22:47:16 +08:00
hrtimer_initialize.c sched/hrtimer: add option for list-based hrtimer management 2026-01-21 10:33:12 +08:00
hrtimer_process.c sched/hrtimer: Add callback pointer in hrtimer_start. 2026-01-13 21:41:35 +08:00
hrtimer_start.c sched/hrtimer: Add callback pointer in hrtimer_start. 2026-01-13 21:41:35 +08:00
Make.defs sched/hrtimer: Add high-resolution timer support for NuttX 2025-12-18 18:36:28 +08:00