nuttx/sched
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
..
addrenv
clock
environ
event
group
init sched: change nxsched_islocked_global to nxsched_islocked_tcb 2024-10-10 17:57:30 +08:00
instrument
irq arch: remove up_cpu_pause up_cpu_resume up_cpu_paused up_cpu_pausereq 2024-10-11 01:30:51 +08:00
misc board_reset: flush cache before reset 2024-10-11 01:30:51 +08:00
module modlib/dlfcn:unify same code 2024-10-08 23:51:33 +08:00
mqueue sched: add nxsched_remove_self 2024-10-09 18:19:13 +08:00
paging sched: add nxsched_remove_self 2024-10-09 18:19:13 +08:00
pthread sched: replace sync pause with async pause for nxtask_terminate 2024-10-17 12:51:14 +02:00
sched sched: replace sync pause with async pause for nxsched_suspend 2024-10-17 12:51:14 +02:00
semaphore sched: add nxsched_remove_self 2024-10-09 18:19:13 +08:00
signal sched: replace sync pause with async pause for nxsig_process 2024-10-11 01:30:51 +08:00
task sched: replace sync pause with async pause for nxtask_terminate 2024-10-17 12:51:14 +02:00
timer sched/signal: Simplified Implementation for SIGEV_THREAD_TID. 2024-09-23 12:29:36 +08:00
tls
wdog
wqueue
CMakeLists.txt
Kconfig assert: dump all CPU registers and stack 2024-10-11 01:30:51 +08:00
Makefile