nuttx/sched/hrtimer
wangchengdong edf89ddedd sched/hrtimer: add safe synchronous hrtimer cancel API
Add a safe synchronous hrtimer cancel API, hrtimer_cancel_sync().
If the timer callback is currently executing, this function waits
until the callback has completed and the timer state transitions
to HRTIMER_STATE_INACTIVE.

Signed-off-by: Chengdong Wang <wangchengdong@lixiang.com>
2025-12-18 18:36:28 +08:00
..
CMakeLists.txt
hrtimer.h
hrtimer_cancel.c sched/hrtimer: add safe synchronous hrtimer cancel API 2025-12-18 18:36:28 +08:00
hrtimer_initialize.c
hrtimer_process.c
hrtimer_start.c
Make.defs