nuttx/sched
chao an 86bf7d9bec sched/misc: Add support for coredump in assert
Add coredump support to collect the stacks and registers of all threads when asserting

Signed-off-by: chao an <anchao@xiaomi.com>
2023-05-25 20:42:04 +08:00
..
addrenv sched/addrenv.c: Implement re-entrancy for addrenv_select() 2023-04-25 14:33:19 +02:00
clock sched: add support for adjtime() interface 2023-04-25 14:37:50 -03:00
environ Replace all sprintf with snprintf 2023-05-08 09:57:01 +02:00
group sched/addrenv.c: Implement re-entrancy for addrenv_select() 2023-04-25 14:33:19 +02:00
init Indent the include statement by two spaces 2023-05-16 12:34:32 -03:00
irq
misc sched/misc: Add support for coredump in assert 2023-05-25 20:42:04 +08:00
module Indent the define statement by two spaces 2023-05-21 09:52:08 -03:00
mqueue Indent the define statement by two spaces 2023-05-21 09:52:08 -03:00
paging
pthread sched/pthread: return ESRCH when thread not found at pthread_detach 2023-05-12 01:06:23 +08:00
sched sched/spawn: remove spawn proxy thread to simplify task/posix_spawn() 2023-04-27 17:35:58 +08:00
semaphore sched/addrenv.c: Implement re-entrancy for addrenv_select() 2023-04-25 14:33:19 +02:00
signal sched/signal: fix typo in comments 2023-05-19 02:40:38 +08:00
task arch: Save sigdeliver into xcp in the case of signal self delevery 2023-05-17 11:53:18 -06:00
timer
tls
wdog
wqueue
Kconfig sched: add the CPU bitset to initialize the non-exclusive CPU 2023-05-04 20:30:35 +08:00
Makefile