mirror of
https://github.com/apache/nuttx.git
synced 2026-08-02 04:38:59 +00:00
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> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| hrtimer.h | ||
| hrtimer_cancel.c | ||
| hrtimer_initialize.c | ||
| hrtimer_process.c | ||
| hrtimer_start.c | ||
| Make.defs | ||