User story #126
MARTe-EX-F-1.1.12: The framework shall provide portable methods that allow to atomically increment and decrement basic type variables.
100%
Description
Implement requirement MARTe-EX-F-1.1.12 based on the original MARTe implementation
Note: In order to support fast multi-threading applications it is important for framework developers to guarantee simple atomic operations without having to require to operating system semaphores.
Note: Add 64 bit native support
Note: Use intrinsic in Visual Studio C++ compiler
Source code files modified¶
- Source/Core/L0Portability/Architecture/x86_cl/AtomicA.h
- Source/Core/L0Portability/Architecture/x86_gcc/AtomicA.h
- Source/Core/L0Portability/Atomic.cpp
- Source/Core/L0Portability/Atomic.h
- Test/Core/L0Portability/AtomicTest.h
- Test/Core/L0Portability/AtomicTest.cpp
- Test/GTest/AtomicGTest.cpp
Architecture & design review¶
Date of the review: 05/06/2015
Person who did the review: Andre' Neto
Version of architecture & design document: N/A. This is a support class and does not require formal design in UML.
Result of review: N/A
List of non-conformities: N/A
Code and documentation review¶
Date of the review: 18/06/2015
Person who did the review: Ivan Herrero
Result of review: PASS
List of non-conformities: N/A
Unit test review¶
Date of the review: 30/06/2015
Person who did the review: Andre Neto
Result of coverage tests review: PASS [100%]
Result of functional tests review: PASS [100%]
Result of review: PASS
List of non-conformities: N/A
Associated revisions
Correcter volatile position in Atomic class #126
Corrected volatile position in atomic architecture class #126
Fixed errors accordingly with revision
#126
Added Atomic tests.
#126
Revert "Added Atomic tests. #126"
This reverts commit 4d23ca90718e8120ad73c3114e16e3f382889338.
Added template to AtomicGTest.cpp
#126
Fixed code accordingly with revision.
#126
History
#1 Updated by Riccardo Vitelli almost 10 years ago
- Description updated (diff)
- Target version changed from Backlog to 0.1
- Start date deleted (
29.05.2015) - Estimated time set to 16.00 h
#2 Updated by Riccardo Vitelli almost 10 years ago
- Status changed from New to Arch: Rev
#3 Updated by Riccardo Vitelli almost 10 years ago
- Assignee set to André Neto
#4 Updated by André Neto almost 10 years ago
- Description updated (diff)
#5 Updated by Riccardo Vitelli almost 10 years ago
- Status changed from Arch: Rev to Code: Impl
#6 Updated by Riccardo Vitelli almost 10 years ago
- Assignee changed from André Neto to Giuseppe Ferro
#7 Updated by Riccardo Vitelli almost 10 years ago
- Status changed from Code: Impl to Code: Rev
#8 Updated by Riccardo Vitelli almost 10 years ago
- Assignee changed from Giuseppe Ferro to Ivan Herrero
#9 Updated by Ivan Herrero almost 10 years ago
- Description updated (diff)
#10 Updated by Riccardo Vitelli almost 10 years ago
- Assignee changed from Ivan Herrero to Giuseppe Ferro
#11 Updated by Riccardo Vitelli almost 10 years ago
- Status changed from Code: Rev to Code: Impl
#12 Updated by Riccardo Vitelli almost 10 years ago
- Status changed from Code: Impl to Code: Rev
#13 Updated by Riccardo Vitelli almost 10 years ago
- Assignee changed from Giuseppe Ferro to Ivan Herrero
#14 Updated by Ivan Herrero almost 10 years ago
- Description updated (diff)
#15 Updated by Ivan Herrero almost 10 years ago
- Description updated (diff)
#16 Updated by Ivan Herrero almost 10 years ago
- Description updated (diff)
#17 Updated by Ivan Herrero almost 10 years ago
- Description updated (diff)
#18 Updated by Ivan Herrero almost 10 years ago
- Description updated (diff)
#19 Updated by Ivan Herrero almost 10 years ago
- Assignee changed from Ivan Herrero to Giuseppe Ferro
#20 Updated by Ivan Herrero almost 10 years ago
- Description updated (diff)
- Assignee deleted (
Giuseppe Ferro)
#21 Updated by Ivan Herrero almost 10 years ago
- Status changed from Code: Rev to Unit: Impl
#22 Updated by Ivan Herrero almost 10 years ago
Code and documentation review passed. Unit testing implementation pending.
#23 Updated by Riccardo Vitelli almost 10 years ago
- Assignee set to Giuseppe Ferro
#24 Updated by André Neto almost 10 years ago
- Status changed from Unit: Impl to Unit: Rev
#25 Updated by André Neto almost 10 years ago
- Assignee deleted (
Giuseppe Ferro)
#26 Updated by André Neto almost 10 years ago
- Assignee set to André Neto
#27 Updated by André Neto almost 10 years ago
- Description updated (diff)
#28 Updated by Riccardo Vitelli almost 10 years ago
- Status changed from Unit: Rev to Unit: Impl
#29 Updated by Riccardo Vitelli almost 10 years ago
- Assignee deleted (
André Neto)
#30 Updated by Riccardo Vitelli almost 10 years ago
- Status changed from Unit: Impl to Unit: Rev
#31 Updated by Riccardo Vitelli almost 10 years ago
- Assignee set to André Neto
#32 Updated by André Neto almost 10 years ago
- Description updated (diff)
#33 Updated by André Neto almost 10 years ago
- Description updated (diff)
#34 Updated by Riccardo Vitelli almost 10 years ago
- Status changed from Unit: Rev to Closed
#35 Updated by Riccardo Vitelli almost 10 years ago
- Assignee deleted (
André Neto)
#36 Updated by Riccardo Vitelli almost 10 years ago
- % Done changed from 0 to 100
#37 Updated by Riccardo Vitelli almost 10 years ago
- Tracker changed from User story to Test
#38 Updated by Riccardo Vitelli almost 10 years ago
- Tracker changed from Test to User story
#39 Updated by Riccardo Vitelli almost 10 years ago
- Status changed from Closed to 13
#40 Updated by Riccardo Vitelli almost 10 years ago
- Status changed from 13 to Closed
#41 Updated by Riccardo Vitelli almost 10 years ago
- Target version deleted (
0.1)
#42 Updated by Riccardo Vitelli almost 10 years ago
- Target version set to 0.1
#43 Updated by Riccardo Vitelli almost 10 years ago
- Due date set to 01.07.2015
#44 Updated by Riccardo Vitelli almost 10 years ago
- Due date deleted (
01.07.2015)
Corrected Atomic and Endianity classes.
#125 #126