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/01/27 13:29:19 UTC

[GitHub] [incubator-nuttx] patacongo commented on issue #2751: the real wait time of sigtimedwait() more than specified time one CONFIG_USEC_PER_TICK

patacongo commented on issue #2751:
URL: https://github.com/apache/incubator-nuttx/issues/2751#issuecomment-768285491


   > 
   > 
   > @shiliqinghuan it should be fine to remove the extra tick, could you provide a patch to fix it?
   
   No, that we be logic error.  You should not remove the extra tick.  If you remove it, then you will have occasional waits that are shorter that the requested wait.  That is unacceptable behavior for the API.  Again, please read https://cwiki.apache.org/confluence/display/NUTTX/Short+Time+Delays


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