You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@nuttx.apache.org by Petro Karashchenko <pe...@gmail.com> on 2022/01/06 10:26:07 UTC

pthread mutex default protocol POSIX compliance

Hello team,

I've started initial activity on restoring POSIX compliance for pthread
mutex default protocol in
https://github.com/apache/incubator-nuttx/pull/5180

Will appreciate if you can give me feedback with the estimated impact of
this change so I can work on modifying code based on pthread mutexes that
strictly require priority inheritance to be enabled (if it is configured).

Best regards,
Petro