mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-09-22 19:39:28 +08:00
2005-09-01 Joel Sherrill <joel@OARcorp.com>
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.
This commit is contained in:
@@ -1,3 +1,12 @@
|
||||
2005-09-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
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.
|
||||
|
||||
2005-09-01 Joel Sherrill <joel@OARcorp.com>
|
||||
|
||||
PR 796/rtems
|
||||
|
||||
Reference in New Issue
Block a user