patacongo commented on issue #9738: URL: https://github.com/apache/nuttx/issues/9738#issuecomment-1625643805
It seems like a solution to this regression would require that `nxmutex_lock()` know that it is within a cancellation point and, if so, return -ECANCEL without looping. This is knowable by testing `tcb->cpcount` which would be set to a non-zero value by previous calls to `enter_cancellation_point()` -- 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