You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2022/07/06 17:40:58 UTC

[GitHub] [incubator-nuttx] pkarashchenko commented on issue #6310: Priority Inheritance fails to restore base priority

pkarashchenko commented on issue #6310:
URL: https://github.com/apache/incubator-nuttx/issues/6310#issuecomment-1176503018

   @davids5 yes. The changes are pushed. Regarding the `kwork_inherit` I do not fully understand your question. I will double check, but I think that `kwork_inherit` works exactly as before. There is a way to boost priority of `lpwork` externally via `lpwork_boostpriority`. If `kwork` is running a thread and is holding any resource that other higher priority thread is waiting, then the priority of `kwork` will rise above boosted priority and will go back after resource is released. Maybe you can expand description of a situation that you are writing about.


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org