mirror of
https://github.com/apache/nuttx.git
synced 2026-05-16 13:56:00 +08:00
6e8ae12ef1
Change the default pthread mutex robustness from ROBUST to UNSAFE when CONFIG_PTHREAD_MUTEX_BOTH is enabled. This reflects the practical default and allows removal of tracking code for non-robust mutexes, improving performance and reducing memory overhead. Signed-off-by: hujun5 <hujun5@xiaomi.com>