mirror of
https://github.com/apache/nuttx.git
synced 2026-05-13 02:18:38 +08:00
37ecb28eb1
Remove redundant leave_critical_section() call in nxsem_trywait_slow() as the critical section is properly released at the exit point via 'out' label, making the intermediate call unnecessary and eliminating code duplication. Signed-off-by: hujun5 <hujun5@xiaomi.com>