wangchdo commented on code in PR #17265:
URL: https://github.com/apache/nuttx/pull/17265#discussion_r2479958781


##########
sched/signal/sig_suspend.c:
##########
@@ -93,7 +93,6 @@ int sigsuspend(FAR const sigset_t *set)
    * can only be eliminated by disabling interrupts!
    */
 
-  sched_lock();  /* Not necessary */

Review Comment:
   Got it, I’ll take a closer look to see whether this sched_lock is really 
necessary.



##########
sched/signal/sig_suspend.c:
##########


Review Comment:
   Got it, I’ll take a closer look to see whether this sched_lock is really 
necessary.



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