nuttx/sched
Xiang Xiao 677a907dc8 sched: Pass idle thread environment variables to the child task through copy
because if we pass predefined environment variables table explicitly,
the environment variables created by the board code will be lost.

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-10-27 10:28:05 +09:00
..
clock sched: use tick count for sched timer expiration 2022-10-12 11:55:46 +08:00
environ sched/env: Don't need copy env variable from parent in env_dup 2022-10-19 08:22:56 +09:00
group sem:remove sem default protocl 2022-10-22 14:50:48 +08:00
init sched: Pass idle thread environment variables to the child task through copy 2022-10-27 10:28:05 +09:00
irq sched: irq: Refactor irq_spinlock.c 2022-10-04 23:41:04 +08:00
module mod_insmod: fix coverity warning 2022-04-02 20:09:42 +08:00
mqueue sched/msgq: add support of System V message queue 2022-10-22 12:58:11 +08:00
paging libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00
pthread sem:remove sem default protocl 2022-10-22 14:50:48 +08:00
sched sched/spawn: Launch nxposix_spawn_proxy through nxthread_create 2022-10-19 08:22:56 +09:00
semaphore sched/semaphore: fix typo in comment 2022-10-24 12:59:24 +08:00
signal sched/msgq: add support of System V message queue 2022-10-22 12:58:11 +08:00
task use SEM_INITIALIZER inside of NXSEM_INITIALIZER 2022-10-22 14:50:48 +08:00
timer libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00
tls Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
wdog libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00
wqueue use SEM_INITIALIZER inside of NXSEM_INITIALIZER 2022-10-22 14:50:48 +08:00
Kconfig sched/msgq: add support of System V message queue 2022-10-22 12:58:11 +08:00
Makefile sched/tls: Add tls_init_info and tls_dup_info 2022-06-03 23:56:50 +03:00