pkarashchenko commented on issue #8899:
URL: https://github.com/apache/nuttx/issues/8899#issuecomment-1483856209

   Seems like signal queue and pending queue are the same, so we just need to 
implement separate logic for realtime signals that will allow multiple signals 
to be pushed to the pending queue.
   
   But there is still an additional question is about should realtime signals 
always be passed via pending queue or only if the signal is blocked. Passing 
always via queue has a benefit that even if the realtime signal was published 
before consumer calls `sigwait` it will be delivered. On the other hand user 
has full control on the path by masking a signal during initialisation


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

Reply via email to