nuttx/sched
Xiang Xiao 854276285c sched/signal: Reduce the initial memory consumption
1.Don't preallocate sigaction list since it's used only in the task context
2.Reduce the preserved item which is used only in the task context from 16 to 4
The total memory decrease from 1280B to 480B

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
Change-Id: Ib5d5a7365c7d443fc0e99c0d3ea943e85f67ca8c
2020-08-10 08:07:50 +02:00
..
clock Rename clock_systime[r|spec] to clock_systime_[ticks|timespec] 2020-05-10 14:35:50 -06:00
environ global change: repace sched_xfree() to kxmm_free() 2020-04-09 10:29:28 -06:00
group sched/group: Change group_kill_children's argument from task_tcb_s to tcb_s 2020-06-15 07:09:51 -06:00
init sched: The secondary idle threads should call nx_idle_trampoline 2020-07-29 16:03:13 +09:00
irq sched: Replace license header with Apache License 2.0 2020-07-28 00:47:39 -05:00
module modsym: Fix a printf format for berr 2020-04-13 16:20:09 +01:00
mqueue sched/wdog: Replace all callback argument from uint32_t to wdparm_t 2020-08-08 17:30:26 -03:00
paging Rename clock_systime[r|spec] to clock_systime_[ticks|timespec] 2020-05-10 14:35:50 -06:00
pthread sched/wdog: Replace all callback argument from uint32_t to wdparm_t 2020-08-08 17:30:26 -03:00
sched sched/wdog: Replace all callback argument from uint32_t to wdparm_t 2020-08-08 17:30:26 -03:00
semaphore sched/wdog: Replace all callback argument from uint32_t to wdparm_t 2020-08-08 17:30:26 -03:00
signal sched/signal: Reduce the initial memory consumption 2020-08-10 08:07:50 +02:00
task Revert "sched/sched/sched_releasetcb.c: Handle custom stack allocations." 2020-07-07 00:21:46 +01:00
timer sched/wdog: Replace all callback argument from uint32_t to wdparm_t 2020-08-08 17:30:26 -03:00
wdog Fix nxstyle warning 2020-08-08 17:30:26 -03:00
wqueue sched/: Make more naming consistent 2020-05-16 13:39:03 -03:00
Kconfig sched/wdog: Change the default value of MAX_WDOGPARMS from 4 to 2 2020-08-06 10:36:22 -06:00
Makefile Makefile: Fix Make.dep not updated by config changes 2020-07-28 03:59:45 -05:00