nuttx/sched
chao an 58ad896281 sched/signal: move signal structures pool to bss
Decoupling with memory allocator

Signed-off-by: chao an <anchao@lixiang.com>
2024-06-04 14:26:55 +08:00
..
addrenv
clock
environ sched/environ: Improve performance of set/unset environment 2024-04-03 00:10:56 +08:00
group sched/group/group_killchildren.c: Force-cancel children if parent is force-cancelled 2024-03-20 18:03:15 -03:00
init sched/mqueue: merge System-V message queue initialize into posix 2024-03-26 17:32:11 +01:00
instrument
irq csection: We can save execution time by removing judgments. 2024-05-09 13:45:02 +08:00
misc fix nxstyle 2024-05-11 01:19:06 +08:00
module
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: rename pthread_initialize.c as pthread_sem.c 2024-05-22 19:06:38 +08:00
sched sched: remove redundant variables "switched" 2024-05-21 09:00:29 +08:00
semaphore shced:sem: replace mutex with spinlock 2024-03-19 18:06:12 +08:00
signal sched/signal: move signal structures pool to bss 2024-06-04 14:26:55 +08:00
task sched/posixspawn: disable tedious logging 2024-05-10 15:40:34 +08:00
timer timer: use spin_lock_irqsave protect g_alloctimers 2024-04-11 10:45:34 +08:00
tls tls: fix build error under CONFIG_PTHREAD_ATFORK enabled 2024-05-28 13:54:30 +02:00
wdog
wqueue sched: wqueue: Remove sched_[un]lock from kwork_inherit.c 2024-05-01 11:08:07 +08:00
CMakeLists.txt
Kconfig sched/Kconfig: waitpid() depends on SCHED_HAVE_PARENT if BUILD_KERNEL 2024-06-03 18:00:40 +02:00
Makefile