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


##########
include/nuttx/event.h:
##########
@@ -73,7 +73,6 @@ struct nxevent_s
 {
   struct list_node         list;   /* Waiting list of nxevent_wait_t */
   volatile nxevent_mask_t  events; /* Pending Events */
-  spinlock_t               lock;   /* Spinlock */

Review Comment:
   I think there needs to be a balance here with the SMP mode, I prefer to use 
spinlock



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