mirror of
https://github.com/apache/nuttx.git
synced 2026-03-24 07:35:07 +08:00
Some checks failed
Build Documentation / build-html (push) Has been cancelled
Add try-lock variants for rspinlock_t to support non-blocking spinlock acquisition with optional IRQ save/restore and preemption control. These variants enable fine-grained synchronization patterns in nested contexts with maximum nesting depth support (UINT16_MAX). Signed-off-by: Bowen Wang <wangbowen6@xiaomi.com>