You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mynewt.apache.org by GitBox <gi...@apache.org> on 2017/12/20 00:38:51 UTC

[GitHub] wes3 opened a new pull request #709: MYNEWT-879: OS scheduler issues with TAILQ_INSERT_TAIL

wes3 opened a new pull request #709: MYNEWT-879: OS scheduler issues with TAILQ_INSERT_TAIL
URL: https://github.com/apache/mynewt-core/pull/709
 
 
   kernel/os: fix errors in os_sched.c related to TAILQ_INSERT_TAIL
   
   The code needs to check if the list is empty before calling TAILQ_INSERT_TAIL as that macro does not set the first element in the list if the list is empty.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on 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


With regards,
Apache Git Services