Notice: We have migrated to GitLab launching 2024-05-01 see here: https://gitlab.rtems.org/

Changes between Version 14 and Version 15 of Projects/GSoC/Atomic_Operations


Ignore:
Timestamp:
08/14/12 19:02:24 (12 years ago)
Author:
WeiY
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Projects/GSoC/Atomic_Operations

    v14 v15  
    184184     "Acq" represens a read memory barrier which ensures that the effects of this operation are completed before the effects of any later data accesses
    185185     "Rel" represens a write memory barrier which ensures that all effects of all previous data accesses are completed before this operation takes place
    186 = References =
     186= Build and Test HOWTO =
    187187
     188=  =References==
     189
     190
     191 *  [https://github.com/WeiY/rtems/tree/atomic-review atomic for RTEMS source code tree]
    188192
    189193 *  TBD