nuttx/arch/z80/src/common
hujun5 33e30239f1 sched: replace sync pause with async pause for nxtask_terminate
reason:
In the kernel, we are planning to remove all occurrences of up_cpu_pause as one of the steps to
simplify the implementation of critical sections. The goal is to enable spin_lock_irqsave to encapsulate critical sections,
thereby facilitating the replacement of critical sections(big lock) with smaller spin_lock_irqsave(small lock)

Signed-off-by: hujun5 <hujun5@xiaomi.com>
2024-10-17 12:51:14 +02:00
..
Kconfig
z80_allocateheap.c
z80_createstack.c
z80_doirq.c arch: update g_running_tasks when context switch occurred 2023-08-01 09:35:18 -07:00
z80_exit.c sched: replace sync pause with async pause for nxtask_terminate 2024-10-17 12:51:14 +02:00
z80_idle.c
z80_initialize.c docs/comments: fix some typos 2024-01-15 13:22:13 +08:00
z80_internal.h Indent the define statement by two spaces 2023-05-21 09:52:08 -03:00
z80_interruptcontext.c
z80_mdelay.c
z80_nputs.c
z80_releasestack.c
z80_stackframe.c
z80_switchcontext.c
z80_udelay.c
z80_usestack.c