anchao commented on code in PR #14089: URL: https://github.com/apache/nuttx/pull/14089#discussion_r1796525769
########## sched/pthread/pthread_create.c: ########## @@ -184,6 +184,7 @@ int nx_pthread_create(pthread_trampoline_t trampoline, FAR pthread_t *thread, FAR struct pthread_tcb_s *ptcb; struct sched_param param; FAR struct tcb_s *parent; + irqstate_t flags; Review Comment: ```suggestion ``` -- 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: commits-unsubscr...@nuttx.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org