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 2018/04/24 15:50:41 UTC

[GitHub] mkiiskila commented on issue #1050: kernel/os: Make all callouts API thread-safe

mkiiskila commented on issue #1050: kernel/os: Make all callouts API thread-safe
URL: https://github.com/apache/mynewt-core/pull/1050#issuecomment-383983024
 
 
   These are only to be called from clock ticker interrupt handler, or idle task for figuring out how long to put MCU to sleep for. These are not part of API exported to regular packages, just to MCU/BSP.
   
   So the OS_ASSERT_CRITICAL() is intentional, I don't think it should be changed.

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