mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2026-06-19 12:37:20 +08:00
b72001fcac18d2c37c24e423cc7e15fe900dc172
Mutex has the idea of ownership, only the thread which owns the mutex can release it. So rt_mutex_release could only be called in thread context. Add a debug guard to it.
…
Description
Languages
C
96.7%
Assembly
1.7%
Python
0.8%
Linker Script
0.7%
