xiaoxiang781216 commented on PR #16194: URL: https://github.com/apache/nuttx/pull/16194#issuecomment-2851402290
@jlaitine after this patchset get merged, we can simplify the holder logic for priority inheritance since: 1. Don't track the multiple holders since mutex always can have one and only one holder 2. But need track multiple thread which is blocking/waiting on the mutex with the local variable Do you think so? -- 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-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org