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 2021/07/01 20:22:56 UTC

[GitHub] [incubator-nuttx] davids5 commented on a change in pull request #3992: Refine tls_info_s and task_info_s

davids5 commented on a change in pull request #3992:
URL: https://github.com/apache/incubator-nuttx/pull/3992#discussion_r662561766



##########
File path: sched/group/group_create.c
##########
@@ -208,6 +212,26 @@ int group_allocate(FAR struct task_tcb_s *tcb, uint8_t ttype)
   return OK;
 }
 
+/****************************************************************************
+ * Name: group_deallocate
+ *
+ * Description:
+ *   Free a exist task group structure.

Review comment:
       ```suggestion
    *   Free an existing task group structure.
   ```




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