incubator-nuttx/sched
Xiang Xiao 9ccddde6a9 sched/spawn: Launch nxposix_spawn_proxy through nxthread_create
to ensure the caller environment variable always get copied

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2022-10-19 08:22:56 +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 Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
init sched: Support envp argument of task_spawn and nxtask_create 2022-10-19 08:22:56 +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: mqueue wait list optimize 2022-09-28 18:08:37 +08:00
paging libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00
pthread Replace nxsem API when used as a lock with nxmutex API 2022-10-17 15:59:46 +09:00
sched sched/spawn: Launch nxposix_spawn_proxy through nxthread_create 2022-10-19 08:22:56 +09:00
semaphore sem: don't clear waitobj when do sem recover 2022-10-11 16:31:54 +09:00
signal libc: Move queue.h from include to include/nuttx 2022-09-26 08:04:58 +02:00
task sched/spawn: Launch nxposix_spawn_proxy through nxthread_create 2022-10-19 08:22:56 +09: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 Remove the unnecessary cast for main_t, NULL and argv 2022-10-18 08:51:45 +02:00
Kconfig sched: use tick count for sched timer expiration 2022-10-12 11:55:46 +08:00
Makefile sched/tls: Add tls_init_info and tls_dup_info 2022-06-03 23:56:50 +03:00