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


##########
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:
   > so the assignment on line 144 will no longer be executed ...
   
   I think it can be executed after the thread is waken up, right?



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