You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by GitBox <gi...@apache.org> on 2021/04/05 16:53:47 UTC

[GitHub] [incubator-nuttx] v01d opened a new issue #3328: pause() NON-COMPLIANCE

v01d opened a new issue #3328:
URL: https://github.com/apache/incubator-nuttx/issues/3328


   ```
     Description: In the POSIX description of this function the pause() function
                  must suspend the calling thread until delivery of a signal whose
                  action is either to execute a signal-catching function or to
                  terminate the process.  The current implementation only waits for
                  any non-blocked signal to be received.  It should only wake up if
                  the signal is delivered to a handler.
     Status:      Open.
     Priority:    Medium Low.
   ```


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

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