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
Gaurav-Aggarwal-AWS ad4e723829
Mark mutex as robust to prevent deadlocks (#1233)
Mark mutex as robust to prevent deadlocks

Prevent application hangs that occur when a thread dies while holding a
mutex, particularly during vTaskEndScheduler or exit calls. This is
achieved by setting the PTHREAD_MUTEX_ROBUST attribute on the mutex.

Fixes:
- GitHub issue: FreeRTOS/FreeRTOS-Kernel#1217
- Forum thread: freertos.org/t/22287

Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
3 days ago
..
ARC_EM_HS Fix spelling typos (#1168) 3 months ago
ARC_v1 Fix spelling typos (#1168) 3 months ago
ARM_TFM tf-m: Update tf-m to TF-Mv2.0.0 release (#1038) 10 months ago
ATmega Use Regex for Copyright Year in Header Check (#1002) 11 months ago
Posix Mark mutex as robust to prevent deadlocks (#1233) 3 days ago
RISC-V Normalize line endings and whitespace in source files 2 years ago
RP2040 Pass core ID to port lock macros (#1212) 1 month ago
Xtensa_ESP32 Move configASSERT default definition above before including portable.h. (#1185) 3 months ago