mirror of
https://github.com/apache/nuttx.git
synced 2026-05-12 09:48:31 +08:00
a04f257d4b
Replace the spinlock/sched_lock pair in the sched wqueue module with
spin_lock_irqsave_nopreempt() to improve code clarity and consistency.
Signed-off-by: Chengdong Wang wangchengdong@lixiang.com