nuttx/sched/group
Ville Juven 0dedbcd4ae task/pthread_cancelpt: Move cancel point handling to libc, data to TLS
This moves task / thread cancel point logic from the NuttX kernel into
libc, while the data needed by the cancel point logic is moved to TLS.

The change is an enabler to move user-space APIs to libc as well, for
a coherent user/kernel separation.
2023-11-15 08:52:04 -08:00
..
CMakeLists.txt stdio: Initialize stdin, stdout and stderr directly 2023-10-17 13:34:00 +08:00
group_argvstr.c
group_childstatus.c
group_continue.c
group_create.c sched: fix the minor style issue 2023-10-25 15:46:45 +08:00
group_exitinfo.c
group_find.c
group_foreachchild.c
group_free.c
group_getegid.c
group_geteuid.c
group_getgid.c
group_getuid.c
group_join.c
group_killchildren.c task/pthread_cancelpt: Move cancel point handling to libc, data to TLS 2023-11-15 08:52:04 -08:00
group_leave.c
group_malloc.c
group_realloc.c
group_setegid.c
group_seteuid.c
group_setgid.c
group_setuid.c
group_setupidlefiles.c sched: fix the minor style issue 2023-10-25 15:46:45 +08:00
group_setuptaskfiles.c sched: fix the minor style issue 2023-10-25 15:46:45 +08:00
group_signal.c
group_suspendchildren.c
group_waiter.c
group_zalloc.c
group.h sched: Remove the unused tcb argument from group_setupidlefiles 2023-10-17 17:23:05 +03:00
Make.defs stdio: Initialize stdin, stdout and stderr directly 2023-10-17 13:34:00 +08:00