Files
nuttx/sched/pthread
hujun5 c9e5b52f33 sched/pthread: remove duplicate robust mutex checking logic
Remove redundant robust mutex owner validation code from pthread_mutex_timedlock
that duplicates similar logic already present in pthread_mutex_take. This reduces
code duplication and improves maintainability.

Signed-off-by: hujun5 <hujun5@xiaomi.com>
2026-01-21 10:12:22 +08:00
..