nuttx/sched/group
raiden00pl d72bb349f4 sched/group_foreachchild.c: fix warning
fix compilation warning:

   group/group_foreachchild.c:85:10: warning: 'ret' may be used uninitialized [-Wmaybe-uninitialized]
   85 |   return ret;
      |          ^~~
   group/group_foreachchild.c:67:7: note: 'ret' was declared here
   67 |   int ret;

Signed-off-by: raiden00pl <raiden00@railab.me>
2026-03-24 10:56:23 -03:00
..
CMakeLists.txt binfmt: refactor loadable module cleanup mechanism 2026-01-18 08:30:15 -03:00
group.h sched:use tcb inside of pthread_tcb_s, remove all cast 2025-12-22 17:55:45 +08:00
group_childstatus.c sched/group: add spinlock in group_childstatus.c 2026-01-19 23:14:25 +08:00
group_continue.c sched: After nxsched_add_readytorun, change first parameter to up_switch_context to this_task() 2025-08-20 10:16:43 +08:00
group_create.c sched: move process ID from kernel to TLS for faster access 2026-01-20 22:33:45 +08:00
group_foreachchild.c sched/group_foreachchild.c: fix warning 2026-03-24 10:56:23 -03:00
group_free.c
group_getegid.c
group_geteuid.c
group_getgid.c
group_getuid.c
group_join.c sched:use tcb inside of pthread_tcb_s, remove all cast 2025-12-22 17:55:45 +08:00
group_killchildren.c sched/sleep: replace all Signal-based sleep implement to Scheduled sleep 2025-10-17 14:05:02 +08:00
group_leave.c sched/signal: Add support for partially disabling signals 2026-01-18 08:24:13 -03:00
group_malloc.c
group_realloc.c
group_setegid.c
group_seteuid.c
group_setgid.c
group_setuid.c
group_setupidlefiles.c
group_setuptaskfiles.c sched:use tcb_s inside of task_tcb_s , remove all cast 2025-12-22 17:55:45 +08:00
group_signal.c sched/signal: Add support for partially disabling signals 2026-01-18 08:24:13 -03:00
group_suspendchildren.c
group_waiter.c
group_zalloc.c
Make.defs binfmt: refactor loadable module cleanup mechanism 2026-01-18 08:30:15 -03:00