nuttx/sched/group
zhangyuan21 6ede91c5e7 sched/group: Ensure that the setting of tg_members if safe in SMP
Fixed ltp_stress_mqueues_multi_send_rev_1 test issue:

In SMP mode, tg_members will operate on different cores.
Adding interrupt locking operations ensures that the operation
of tg_members will not be interrupted by other cores.

Signed-off-by: zhangyuan21 <zhangyuan21@xiaomi.com>
2023-06-15 22:24:00 +08:00
..
group_argvstr.c sched/addrenv.c: Implement re-entrancy for addrenv_select() 2023-04-25 14:33:19 +02:00
group_childstatus.c
group_continue.c
group_create.c
group_exitinfo.c
group_find.c
group_foreachchild.c
group_free.c
group_getgid.c
group_getuid.c
group_join.c sched/group: Ensure that the setting of tg_members if safe in SMP 2023-06-15 22:24:00 +08:00
group_killchildren.c nuttx: add more dependent header file 2023-04-11 09:13:32 +03:00
group_leave.c
group_malloc.c
group_realloc.c
group_setgid.c
group_setuid.c
group_setupidlefiles.c
group_setupstreams.c
group_setuptaskfiles.c
group_signal.c
group_suspendchildren.c
group_waiter.c
group_zalloc.c
group.h
Make.defs group/tg_info/argv: Make utility function to read argv as string 2023-02-17 01:27:16 +08:00