xiaoxiang781216 commented on code in PR #16194:
URL: https://github.com/apache/nuttx/pull/16194#discussion_r2061338927


##########
libs/libc/misc/lib_mutex.c:
##########
@@ -195,9 +140,11 @@ bool nxmutex_is_hold(FAR mutex_t *mutex)
  *
  ****************************************************************************/
 
-int nxmutex_get_holder(FAR mutex_t *mutex)
+pid_t nxmutex_get_holder(FAR mutex_t *mutex)

Review Comment:
   but some functions is very simple, but not inline.



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

Reply via email to