no1wudi commented on code in PR #3025:
URL: https://github.com/apache/nuttx-apps/pull/3025#discussion_r1992479964


##########
testing/ostest/mutex.c:
##########
@@ -103,11 +116,172 @@ static void *thread_func(FAR void *parameter)
   return NULL; /* Non-reachable -- needed for some compilers */
 }
 
+static void *moved_mutex_thread_func(FAR void *parameter)
+{
+  FAR mutex_thread_args_t *args = (FAR mutex_thread_args_t *)parameter;
+
+  int id = args->thread_id;
+  int ndx = id - 1;
+  int i;
+  unsigned long local_loops = 0;

Review Comment:
   All types changed to "int", I guess it's OK for such a simple test



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