nuttx/Documentation/reference/os
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
..
addrenv.rst
app_vs_os.rst sched/signal: Remove shadow definitions to reduce unnecessary API 2025-10-14 17:40:18 +08:00
arch.rst driver/serial: remove return value of up_putc() 2024-10-26 13:21:29 +08:00
board.rst
conventions.rst docs/os: fix typos 2024-04-21 11:06:46 +08:00
events.rst Documentation: Remove nxevent_tickwait_wait() description 2025-10-31 19:56:32 -03:00
index.rst docs/sched/sched: Add documentation for different sleep interfaces 2025-12-04 18:59:58 +01:00
iob.rst documentation: spelling and grammar fixes 2025-07-24 14:44:02 +08:00
led.rst
mutex.rst Documentation: fix spelling 2025-05-15 11:33:41 +08:00
newreno.rst style: fix typos 2025-04-30 13:45:46 +08:00
notifier.rst fs: Add VFS docs 2024-02-20 18:28:09 -08:00
nuttx.rst
paging.rst
shm.rst
sleep.rst docs/sched/sched: Add documentation for different sleep interfaces 2025-12-04 18:59:58 +01:00
smp.rst
time_clock.rst sched/hrtimer: add safe synchronous hrtimer cancel API 2025-12-18 18:36:28 +08:00
wqueue.rst