mirror of
https://github.com/apache/nuttx.git
synced 2026-06-12 06:03:10 +08:00
2e3a6acaa2
If the write lock is already held by oneself and sine the write lock can be recursively held, so, this operation can be converted to a write lock to avoid deadlock. Signed-off-by: dongjiuzhu1 <dongjiuzhu1@xiaomi.com>