User story #114
MARTe-EX-D-1.3.1: The framework shall allow developers to protect shared resources using mutex semaphores.
0%
Description
Implement requirement MARTe-EX-D-1.3.1 based on the original MARTe implementation
Note: The development of multi-thread real-time applications usually requires the controlled and unique access to shared resources.
Source code files modified¶
- Source/Core/L0Portability/MutexSem.cpp
- Source/Core/L0Portability/MutexSem.h
- Source/Core/L0Portability/OperatingSystem/Linux/MutexSemOS.h
- Source/Core/L0Portability/OperatingSystem/Windows/MutexSemOS.h
- Source/Core/L0Portability/SemCore.h
- Test/Core/L0Portability/MutexTest.cpp
- Test/Core/L0Portability/MutexTest.h
- Test/GTest/MutexGTest.cpp
Architecture & design review¶
Date of the review: 12/06/2015
Person who did the review: André Neto
Version of architecture & design document: N/A. As per the original MARTe implementation, this is a support function 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: 01/07/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: 23/07/2015
Person who did the review: Ivan Herrero
Result of coverage tests review: PASS
Result of functional tests review: PASS
Result of review: PASS
List of non-conformities: N/A
Unit testing coverage note: Error paths not exercised
Associated revisions
Corrected code accrodingly with revision.
Added the possibility to get and set the recursive mutex.
#114
Added MutexSem integration GTest.
#114
Fixed issues on mutex semaphores.
#114
Corrected bug in MutexSemOS::Create() method. #114
The Linux implementation of MutexSemOS::Create() was returning false
even when it was successfully created.
MutexSem unit testing implementation ready for review #114.
Implemented the MutexSem unit testing accordingly to the agreed unit
testing strategy.
Removed the MutexSemIntegration test from the Makefile. #114
Removed the MutexIntegrationTest from the Makefile. #114
Removed MutexIntegrationGTest. #114
Implementation of coding style. #114
Addition of two new unit tests. #114
Two new unit tests were added to the MutexSem: Create and Close. These
consider all the different possibilities of creating a semaphore.
US #114 MutexSemTests
List of changes:
* Improvement of the documentation and format the MutexSemTest.h
MutexSemTest.cpp
* MutexSemGTest.cpp template addes.
Since linux can support recursive and not recursive mode for mutexes,
the flag recursive must be initialized.
#114
#114 - Minor formatting corrections (following template rules)
History
#1 Updated by Riccardo Vitelli almost 10 years ago
- Target version changed from Backlog to 0.1
- Start date deleted (
29.05.2015) - Estimated time set to 4.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 Ivan Herrero almost 10 years ago
- Status changed from Arch: Rev to Code: Impl
#6 Updated by Ivan Herrero almost 10 years ago
- Assignee changed from André Neto to Giuseppe Ferro
#7 Updated by Ivan Herrero almost 10 years ago
- Assignee changed from Giuseppe Ferro to Ivan Herrero
#8 Updated by Ivan Herrero almost 10 years ago
- Status changed from Code: Impl to Code: Rev
#9 Updated by Ivan Herrero almost 10 years ago
- Description updated (diff)
#10 Updated by Ivan Herrero almost 10 years ago
- Description updated (diff)
- Assignee deleted (
Ivan Herrero)
#11 Updated by Ivan Herrero almost 10 years ago
Code and documentation review failed. Code correction pending.
#12 Updated by Ivan Herrero almost 10 years ago
- Status changed from Code: Rev to Code: Impl
#13 Updated by Riccardo Vitelli almost 10 years ago
- Assignee set to Giuseppe Ferro
#14 Updated by Riccardo Vitelli almost 10 years ago
- Status changed from Code: Impl to Code: Rev
#15 Updated by Riccardo Vitelli almost 10 years ago
- Assignee changed from Giuseppe Ferro to Ivan Herrero
#16 Updated by Ivan Herrero almost 10 years ago
- Description updated (diff)
Code and documentation review failed on revision b99ba9f. Code and documentation corrections pending.
#17 Updated by André Neto almost 10 years ago
- Status changed from Code: Rev to Code: Impl
#18 Updated by André Neto almost 10 years ago
- Assignee changed from Ivan Herrero to Giuseppe Ferro
#19 Updated by Riccardo Vitelli almost 10 years ago
- Status changed from Code: Impl to Code: Rev
#20 Updated by Riccardo Vitelli almost 10 years ago
- Assignee deleted (
Giuseppe Ferro)
#21 Updated by Ivan Herrero almost 10 years ago
- Description updated (diff)
Source/Core/L0Portability/OperatingSystem/Linux/MutexSemOS.h not corrected, yet.
#22 Updated by Ivan Herrero almost 10 years ago
- Status changed from Code: Rev to Code: Impl
#23 Updated by Giuseppe Ferro almost 10 years ago
- Assignee set to Giuseppe Ferro
#24 Updated by Riccardo Vitelli almost 10 years ago
- Status changed from Code: Impl to Code: Rev
#25 Updated by Riccardo Vitelli almost 10 years ago
- Assignee deleted (
Giuseppe Ferro)
#26 Updated by Ivan Herrero almost 10 years ago
- Assignee set to Ivan Herrero
#27 Updated by Ivan Herrero almost 10 years ago
- Description updated (diff)
Code and documentation review made on revision 8b64124 [PASS].
#28 Updated by Riccardo Vitelli almost 10 years ago
- Status changed from Code: Rev to Unit: Impl
#29 Updated by Riccardo Vitelli almost 10 years ago
- Assignee deleted (
Ivan Herrero)
#30 Updated by André Neto almost 10 years ago
- Assignee set to André Neto
#31 Updated by Riccardo Vitelli almost 10 years ago
- Status changed from Unit: Impl to Unit: Rev
- Assignee deleted (
André Neto)
#32 Updated by Ivan Herrero almost 10 years ago
- Description updated (diff)
- Assignee set to Ivan Herrero
Unit test review made on revision 7fb5f4b [FAIL].
#33 Updated by Riccardo Vitelli almost 10 years ago
- Status changed from Unit: Rev to Unit: Impl
- Assignee deleted (
Ivan Herrero)
#34 Updated by Riccardo Vitelli almost 10 years ago
- Target version changed from 0.1 to 0.2
#35 Updated by Llorenc Capella over 9 years ago
- Assignee set to Llorenc Capella
#36 Updated by Llorenc Capella over 9 years ago
- Status changed from Unit: Impl to Unit: Rev
#37 Updated by Llorenc Capella over 9 years ago
- Assignee deleted (
Llorenc Capella)
#38 Updated by Ivan Herrero over 9 years ago
- Assignee set to Ivan Herrero
#39 Updated by Ivan Herrero over 9 years ago
- Description updated (diff)
- Status changed from Unit: Rev to Closed
- Assignee deleted (
Ivan Herrero)
Unit test review made on revision a14f57d.
Added MutexSem implementation.
#115 #117 #114