>My opinion is that we have to respect the requirements for deterministic
>real-time behavior, even though that implies the addition of certain
>non-standard interfaces. Otherwise we lose our identity as a real time
>operating system and the applications I am doing with NuttX (and I'm sure
>man
Hi, all:
I submitted a PR regarding mutex, the changes are as follows: 1. Move some
mutex operations to sched;2. Add mutex_clocklock, mutex_set_protocol, and
mutex_get_protocol interfaces;3. Remove cancellation point operations in mutex
because it is not a cancellation point.
In addition, there