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


##########
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:
   Through the `nxevent_wait()` interface, the waiting event will be set to the 
current tcb



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