nuttx/sched/irq
zhangyuan21 8f39ba6ae4 arch: update g_running_tasks when context switch occurred
When supporting high-priority interrupts, updating the
g_running_tasks within a high-priority interrupt may be
cause problems. The g_running_tasks should only be updated
when it is determined that a task context switch has occurred.

Signed-off-by: zhangyuan21 <zhangyuan21@xiaomi.com>
2023-08-01 09:35:18 -07:00
..
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
irq_attach.c
irq_chain.c
irq_csection.c
irq_dispatch.c arch: update g_running_tasks when context switch occurred 2023-08-01 09:35:18 -07:00
irq_foreach.c
irq_initialize.c
irq_procfs.c sched/irq: optimizing IRQMONITOR, move up_perf_convert to irq_procfs 2023-04-25 09:58:43 +08:00
irq_spinlock.c sched/irq: add spin_unlock_irqsave/irqrestore_wo_note 2023-01-02 22:29:01 +08:00
irq_unexpectedisr.c
irq.h
Make.defs