You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by "hujun260 (via GitHub)" <gi...@apache.org> on 2023/05/06 11:43:39 UTC

[GitHub] [nuttx-apps] hujun260 opened a new pull request, #1741: ostest:fix signal test fail

hujun260 opened a new pull request, #1741:
URL: https://github.com/apache/nuttx-apps/pull/1741

   ## Summary
   If the same signal is quickly repeated multiple times, the signal may be ignored. In SMP since we cannot control thread scheduling to ensure timely signal processing, it is best to use semaphores to wait for signal processing to complete, which can also shorten the ostest time
   
   ## Impact
   none
   
   ## Testing
   ostest
   
   


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


[GitHub] [nuttx-apps] pkarashchenko merged pull request #1741: ostest:fix signal test fail

Posted by "pkarashchenko (via GitHub)" <gi...@apache.org>.
pkarashchenko merged PR #1741:
URL: https://github.com/apache/nuttx-apps/pull/1741


-- 
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-unsubscribe@nuttx.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org