nuttx/sched
chao an beb2af8378 sched/group: skip child wait if here is only self in member list
Skip the child wait if here is only self in member list,
since the members of the task group should be 1 if task exit.

Fix Regression issue that the task could not terminate normally.

Signed-off-by: chao an <anchao@lixiang.com>
2024-03-07 22:53:19 +08:00
..
addrenv
clock sched/group: change type of task group member to single queue 2024-03-07 12:39:29 +08:00
environ sched/environ: check envcp validity before hold sched_lock() 2024-03-05 22:24:14 +08:00
group sched/group: skip child wait if here is only self in member list 2024-03-07 22:53:19 +08:00
init sched/task: save argument counter to avoid limit check 2024-03-05 22:25:28 +08:00
instrument sched/procfs:use instrument to statistics run time max stack 2023-12-11 02:06:51 -08:00
irq SMP: fix crash when switch to new task which is still running 2024-03-01 21:05:00 +09:00
misc assert: fix flags type, should be irqstate_t 2024-01-04 22:16:54 -08:00
module fs: procfs add poll support 2023-12-26 19:23:13 -08:00
mqueue
paging paging: Rename existing CONFIG_PAGING to CONFIG_LEGACY_PAGING 2024-03-05 09:45:49 +08:00
pthread sched/pthread: fix memory leak of pthread_tcb_s 2024-03-06 20:37:06 +08:00
sched paging: Rename existing CONFIG_PAGING to CONFIG_LEGACY_PAGING 2024-03-05 09:45:49 +08:00
semaphore misc/rwlock:Implementing read/write locks. 2023-12-02 19:43:19 -08:00
signal sched/group: replace group_findbypid to task_getgroup 2024-03-05 22:24:52 +08:00
task sched/group: change type of task group member to single queue 2024-03-07 12:39:29 +08:00
timer Replace enter_critical_section with spin_irqsave 2023-10-21 11:00:07 +08:00
tls sched/tls: inline group info in flat mode to improve performance 2024-03-01 17:27:26 +08:00
wdog
wqueue
CMakeLists.txt
Kconfig sched: move etc romfs mount from nsh to sched/init 2024-01-09 21:29:46 -03:00
Makefile sched/procfs:use instrument to statistics run time max stack 2023-12-11 02:06:51 -08:00