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>
2025-01-29 07:27:30 +05:30
..
ARC_EM_HS Fix spelling typos (#1168) 2024-11-01 10:09:49 -07:00
ARC_v1 Fix spelling typos (#1168) 2024-11-01 10:09:49 -07:00
ARM_TFM tf-m: Update tf-m to TF-Mv2.0.0 release (#1038) 2024-04-18 17:55:14 +05:30
ATmega Use Regex for Copyright Year in Header Check (#1002) 2024-02-26 09:26:42 -08:00
Posix Mark mutex as robust to prevent deadlocks (#1233) 2025-01-29 07:27:30 +05:30
RISC-V Normalize line endings and whitespace in source files 2022-11-29 15:38:47 -08:00
RP2040 Pass core ID to port lock macros (#1212) 2024-12-30 14:28:49 +05:30
Xtensa_ESP32 Move configASSERT default definition above before including portable.h. (#1185) 2024-11-04 16:35:52 +05:30