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 2023/01/18 11:59:14 UTC

[GitHub] [nuttx] pkarashchenko commented on a diff in pull request #8164: add holder for mutex

pkarashchenko commented on code in PR #8164:
URL: https://github.com/apache/nuttx/pull/8164#discussion_r1073443964


##########
include/semaphore.h:
##########
@@ -42,6 +42,7 @@
 #define SEM_PRIO_INHERIT          1
 #define SEM_PRIO_PROTECT          2
 #define SEM_PRIO_MASK             3
+#define SEM_PRIO_MUTEX            4

Review Comment:
   ```suggestion
   #define SEM_TYPE_MUTEX            4
   ```
   



-- 
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