pkarashchenko commented on code in PR #9528:
URL: https://github.com/apache/nuttx/pull/9528#discussion_r1228126760
##########
sched/group/group_join.c:
##########
@@ -208,9 +218,12 @@ int group_join(FAR struct pthread_tcb_s *tcb)
{
return ret;
}
+#else
+ flags = enter_critical_section();
Review Comment:
Should it be a spinlock or critical section?
--
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]