Gary-Hobson opened a new pull request, #13104:
URL: https://github.com/apache/nuttx/pull/13104

   ## Summary
   This part of the change is a precondition for changing the implementation of 
pthread_mutex from a semaphore to a mutex lock.
   nxmutex api enhancements, the changes are as follows
   
   Modify nxmutex_breaklock/restorelock parameter from bool to int
   int nxmutex_restorelock(FAR mutex_t *mutex, FAR unsigned int *locked);
   int nxmutex_breaklock(FAR mutex_t *mutex, FAR unsigned int *locked);
   
   Add the following api:
   nxmutex_get_holder, nxrmutex_get_holder
   nxmutex_clocklock, nxrmutex_clocklock,
   nxrmutex_is_recursive, nxrmutex_is_recursive
   
   
   ## Impact
   
   ## Testing
   ostest and internal tests
   


-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to