nuttx/sched
Xiang Xiao 1280a2a8f9 Launch the initial task through task_spawn instead of nxtask_create
to share the code with the code path of posix_spawn

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
2023-01-25 23:34:52 +02:00
..
clock clock: adjust clock function to support tick 2022-11-01 21:54:20 +08:00
environ
group group_leave: Don't instantiate address environment prior to destroying it 2023-01-18 11:02:19 +08:00
init Launch the initial task through task_spawn instead of nxtask_create 2023-01-25 23:34:52 +02:00
irq sched/irq: add spin_unlock_irqsave/irqrestore_wo_note 2023-01-02 22:29:01 +08:00
misc board: Pass the assertion expression to board_crashdump too 2023-01-25 16:00:48 -03:00
module nuttx: unify MIN, MAX and ABS macro definition across the code 2022-12-21 09:31:28 +08:00
mqueue nuttx/sched: merge up_block_task and up_unblock_task 2022-11-22 22:59:08 +08:00
paging nuttx/sched: merge up_block_task and up_unblock_task 2022-11-22 22:59:08 +08:00
pthread sched/pthread: restore C89 compliance in pthread_create 2023-01-26 01:26:11 +08:00
sched sched: fix task_delete crash in SMP case 2023-01-18 14:11:18 +09:00
semaphore sem: Remove PRIOINHERIT_FLAGS_ENABLE and use SEM_PRIO_INHERIT instead 2023-01-11 17:35:28 +02:00
signal signal: Support sigaction:sa_user, siginfo_t:si_user with user info 2022-12-28 23:05:58 +08:00
task sched: fix task_delete crash in SMP case 2023-01-18 14:11:18 +09:00
timer
tls sched/group: fix task info heap-use-after-free 2023-01-11 01:53:59 +08:00
wdog
wqueue sched/wqueue: do work_cancel when worker is not null 2023-01-16 13:37:00 +08:00
Kconfig sched: move SCHED_INSTRUMENTATION_xxx to note Kconfig 2022-12-30 15:50:30 -03:00
Makefile Move _assert to kernel space. 2022-12-06 18:33:21 +08:00