nuttx/sched
Ville Juven d72de58aa8 sched/assert.c: Print process name in assert dump
In addition to printing out the thread name (task name in flat mode),
print the parent process's name as well.

It is quite useful to know which process is the parent of a faulting
thread, although this information can be read from the assert dump, in
some cases the dump might be incomplete (due to e.g. stack corruption,
which causes another exception and PANIC().)
2023-10-09 21:30:33 +08:00
..
addrenv cmake:complete missing changes during cmake reforming for sched 2023-09-08 21:20:16 +03:00
clock clock: replace all up_perf_xx with perf_xx 2023-10-02 16:11:43 +02:00
environ nuttx: use lib_free for memory de-allocation after strdup or asprintf 2023-08-08 11:58:29 -03:00
group cmake:complete missing changes during cmake reforming for sched 2023-09-08 21:20:16 +03:00
init sched/smp: flush dcache before start other cpus 2023-08-21 12:02:45 +08:00
irq spinlock: Rename spin_islocked to spin_is_locked 2023-10-06 20:03:19 -04:00
misc sched/assert.c: Print process name in assert dump 2023-10-09 21:30:33 +08:00
module Fix loading of ET_DYN type of shared objects 2023-09-20 09:35:28 -04:00
mqueue mm/alloc: remove all unnecessary cast for alloc 2023-08-30 14:34:20 +08:00
paging build: add initial cmake build system 2023-07-08 13:50:48 +08:00
pthread cmake:complete missing changes during cmake reforming for sched 2023-09-08 21:20:16 +03:00
sched spinlock: Rename spin_islocked to spin_is_locked 2023-10-06 20:03:19 -04:00
semaphore Feature: implement ticket spinlock 2023-10-07 01:38:37 +08:00
signal signal: use work_cancel_sync() to fix used after free 2023-09-19 15:52:48 +08:00
task cmake:complete missing changes during cmake reforming for sched 2023-09-08 21:20:16 +03:00
timer timer/timer_getoverrun: adjust the default errno from ENOSYS to EINVAL 2023-09-19 09:35:27 +08:00
tls libs/pthread/pthread_atfork: fulfill implement pthread_atfork function 2023-07-26 10:41:52 +02:00
wdog clock: replace all up_perf_xx with perf_xx 2023-10-02 16:11:43 +02:00
wqueue clock: replace all up_perf_xx with perf_xx 2023-10-02 16:11:43 +02:00
CMakeLists.txt build: add initial cmake build system 2023-07-08 13:50:48 +08:00
Kconfig Feature: implement ticket spinlock 2023-10-07 01:38:37 +08:00
Makefile