incubator-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 cmake:complete missing changes during cmake reforming for sched 2023-09-08 21:20:16 +03:00
clock sched/group: change type of task group member to single queue 2024-03-07 12:39:29 +08:00
environ sched/tcb: use shared group for kthreads 2024-06-23 22:24:19 +08:00
group spin_lock: inline spin_lock 2024-07-15 02:29:30 +08:00
init drivers: add API for drivers early initialization 2024-07-09 16:05:59 +08:00
instrument sched/procfs:use instrument to statistics run time max stack 2023-12-11 02:06:51 -08:00
irq spin_lock: inline spin_lock 2024-07-15 02:29:30 +08:00
misc arch/x86_64: add support for XSAVE/XRSTOR 2024-07-01 13:27:33 +08:00
module fs: procfs add poll support 2023-12-26 19:23:13 -08:00
mqueue sched/mqueue: move message queue buffer to bss 2024-06-04 14:26:55 +08:00
paging sched/tasklist: replace task status list with macro definition 2024-03-21 11:23:46 +09:00
pthread sched/pthread: simplify pthread_create() branch logic 2024-06-07 01:32:42 +08:00
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 sched: move nxsched_dumponexit() to task_exithook 2024-06-30 17:30:42 +08:00
timer timer: use spin_lock_irqsave protect g_alloctimers 2024-04-11 10:45:34 +08:00
tls sched/tls: add nxsched_get_stackargs 2024-06-23 22:24:19 +08:00
wdog clock: replace all up_perf_xx with perf_xx 2023-10-02 16:11:43 +02:00
wqueue Revert "sched: replace some global variables to macro" 2024-06-06 22:00:25 +08:00
CMakeLists.txt
Kconfig sched: Improve Kconfig help of INIT_ENTRYPOINT 2024-07-21 19:53:27 -03:00
Makefile sched/procfs:use instrument to statistics run time max stack 2023-12-11 02:06:51 -08:00