ThePassionate commented on code in PR #12802:
URL: https://github.com/apache/nuttx/pull/12802#discussion_r1697956806


##########
include/nuttx/sched.h:
##########
@@ -632,6 +633,12 @@ struct tcb_s
 
   FAR void *waitobj;                     /* Object thread waiting on        */
 
+  /* Schedule Event Group support *******************************************/
+
+#ifdef CONFIG_SCHED_EVENTS
+  event_mask_t events;                   /* Schedule Events                 */

Review Comment:
   how can we set value in tcb->events



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