mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-23 07:58:31 +08:00
PR 820/rtems * score/inline/rtems/score/coremsg.inl, score/macros/rtems/score/coremsg.inl, score/src/coremsginsert.c: Increment of pending message count should be atomic with insertion on the pending message chain. Determination of the need to call the notification handler should also be in this atomic section of code.