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.1%
Assembly
3%
HTML
0.4%
Python
0.2%
Shell
0.1%