nuttx/sched
Yanfeng Liu 56a7bd7972 sched/kconfig: add PID_INITIAL_COUNT
This adds config for initial pid limit so that to reduce reallocations
quickly after boot.

Signed-off-by: Yanfeng Liu <yfliu2008@qq.com>
2024-06-12 16:10:35 +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/environ: Improve performance of set/unset environment 2024-04-03 00:10:56 +08:00
group sched/pthread: simplify pthread_create() branch logic 2024-06-07 01:32:42 +08:00
init sched/kconfig: add PID_INITIAL_COUNT 2024-06-12 16:10:35 +08:00
instrument sched/procfs:use instrument to statistics run time max stack 2023-12-11 02:06:51 -08:00
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 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 Revert "sched: replace some global variables to macro" 2024-06-06 22:00:25 +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 Revert "sched: replace some global variables to macro" 2024-06-06 22:00:25 +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 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/kconfig: add PID_INITIAL_COUNT 2024-06-12 16:10:35 +08:00
Makefile sched/procfs:use instrument to statistics run time max stack 2023-12-11 02:06:51 -08:00