You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
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.
1 year ago
..
ARC_EM_HS CI-CD Updates (#768) 2 years ago
ARC_v1 CI-CD Updates (#768) 2 years ago
ARM_TFM CI-CD Updates (#768) 2 years ago
ATmega CI-CD Updates (#768) 2 years ago
Posix POSIX port - Cancel and join all FreeRTOS managed pthreads upon shutdown 1 year ago
RISC-V Normalize line endings and whitespace in source files 2 years ago
RP2040 RP2040: FreeRTOS-Kernel-Static use configKERNEL_PROVIDED_STATIC_MEMORY (#934) 1 year ago
Xtensa_ESP32 Add trace hook macro for most ports (#794) 1 year ago