This website requires JavaScript.
Explore
Help
Sign In
sergiotarxz
/
nuttx
Watch
1
Star
0
Fork
0
You've already forked nuttx
Code
Issues
Pull Requests
Releases
Wiki
Activity
nuttx
/
sched
/
irq
History
chao an
555dab3da3
spinlock: inline irqsaved spinlock
...
Reference pull request:
#12599
Signed-off-by: chao an <anchao@lixiang.com>
2024-08-05 16:20:47 +08:00
..
CMakeLists.txt
…
irq_attach.c
sched: we use spin_lock_irqsave replace enter_critical_section to protect g_irqvector
2024-05-09 13:45:02 +08:00
irq_chain.c
sched: we use spin_lock_irqsave replace enter_critical_section to protect g_irqvector
2024-05-09 13:45:02 +08:00
irq_csection.c
spin_lock: inline spin_lock
2024-07-15 02:29:30 +08:00
irq_dispatch.c
…
irq_foreach.c
…
irq_initialize.c
…
irq_procfs.c
…
irq_spinlock.c
spinlock: inline irqsaved spinlock
2024-08-05 16:20:47 +08:00
irq_unexpectedisr.c
…
irq.h
irq: All irq_cpu_locked is called in the critical_section, and the parameter is the current cpu id.
2024-04-12 17:40:23 +08:00
Make.defs
…