mirror of
https://github.com/apache/nuttx.git
synced 2026-05-15 03:58:06 +08:00
514e77b75e
This PR is a modification that optimizes priority inheritance for only one holder. After the above modifications are completed, the mutex lock->unlock process that supports priority inheritance can be optimized by 200 cycles. Before modify: 2000 cycle After modify: 1742 cycle Signed-off-by: zhangyuan21 <zhangyuan21@xiaomi.com>