FreeRTOS-Kernel/portable/ThirdParty/GCC
Chris Morgan 88d3540b54 POSIX port - Cancel and join all FreeRTOS managed pthreads upon shutdown
For a clean shutdown where memory is freed, it is necessary for all pthreads to be joined
at shutdown.

Previously there was explicit cancellation of the idle task and timer daemon task, however
there may be a number of other tasks in the system, both system created and user created,
and those tasks/threads were being left at shutdown.

This change calls pthread_cancel()/pthread_join() on all FreeRTOS managed pthreads upon
shutdown.
2024-01-11 10:53:54 -08:00
..
ARC_EM_HS CI-CD Updates (#768) 2023-09-05 14:24:04 -07:00
ARC_v1 CI-CD Updates (#768) 2023-09-05 14:24:04 -07:00
ARM_TFM CI-CD Updates (#768) 2023-09-05 14:24:04 -07:00
ATmega CI-CD Updates (#768) 2023-09-05 14:24:04 -07:00
Posix POSIX port - Cancel and join all FreeRTOS managed pthreads upon shutdown 2024-01-11 10:53:54 -08:00
RISC-V Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
RP2040 RP2040: FreeRTOS-Kernel-Static use configKERNEL_PROVIDED_STATIC_MEMORY (#934) 2023-12-26 17:02:47 +08:00
Xtensa_ESP32 Add trace hook macro for most ports (#794) 2023-09-20 16:19:42 +05:30