nuttx/sched
buxiasen f5021021ae up_backtrace: fix maybe backtrace the exiting thread
when the thread to backtrace is exiting, get_tcb and up_backtrace in
different critical section may cause try to dump invalid pointer, have
to ensure the nxsched_get_tcb and up_backtrace inside same critical
section procedure.

Signed-off-by: buxiasen <buxiasen@xiaomi.com>
2024-07-26 12:03:43 +08:00
..
addrenv
clock
environ
group spin_lock: inline spin_lock 2024-07-15 02:29:30 +08:00
init
instrument
irq spin_lock: inline spin_lock 2024-07-15 02:29:30 +08:00
misc
module
mqueue
paging
pthread
sched up_backtrace: fix maybe backtrace the exiting thread 2024-07-26 12:03:43 +08:00
semaphore spin_lock: inline spin_lock 2024-07-15 02:29:30 +08:00
signal spin_lock: inline spin_lock 2024-07-15 02:29:30 +08:00
task
timer
tls
wdog
wqueue
CMakeLists.txt
Kconfig sched: Improve Kconfig help of INIT_ENTRYPOINT 2024-07-21 19:53:27 -03:00
Makefile