mirror of
https://github.com/apache/nuttx.git
synced 2025-01-13 09:49:21 +08:00
1b068b0d4b
1. The critical section does not prevent task scheduling 2. If the critical section is in sched_lock, there is no need to check, scheduling is not going to happen 3. If sched_lock is in the critical section, sched_unlock will also trigger scheduling without waiting for the exit of the critical section 4. After exiting the critical section, if there is an interrupt, the scheduling will be automatically triggered Signed-off-by: hujun5 <hujun5@xiaomi.com> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
irq.h | ||
irq_attach.c | ||
irq_chain.c | ||
irq_csection.c | ||
irq_dispatch.c | ||
irq_foreach.c | ||
irq_initialize.c | ||
irq_procfs.c | ||
irq_spinlock.c | ||
irq_unexpectedisr.c | ||
Make.defs |