Project

General

Profile

User story #114

MARTe-EX-D-1.3.1: The framework shall allow developers to protect shared resources using mutex semaphores.

Added by André Neto almost 10 years ago. Updated over 9 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Target version:
Start date:
Due date:
% Done:

0%

Estimated time:
4.00 h
Git branch (link):
Git merge to develop (link):
SVN commit (link/?p=rev):

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

Revision d10f7c3c (diff)
Added by Giuseppe Ferrò almost 10 years ago

Added MutexSem implementation.
#115 #117 #114

Revision 16238ec2 (diff)
Added by Giuseppe Ferrò almost 10 years ago

Fixed semaphore files accordingly with revision.
#115 #117 #119 #118 #114

Revision cd81fb26 (diff)
Added by Giuseppe Ferrò almost 10 years ago

Revision 04e5ad39 (diff)
Added by Giuseppe Ferrò almost 10 years ago

Corrected code accrodingly with revision.
Added the possibility to get and set the recursive mutex.
#114

Revision 192c81cf (diff)
Added by Giuseppe Ferrò almost 10 years ago

Added MutexSem unit tests.
Renamed previous tests as integration tests.
#116 #115 #117 #114

Revision b5bf0092 (diff)
Added by Giuseppe Ferrò almost 10 years ago

Added MutexSem integration GTest.
#114

Revision 1fe7f3c8 (diff)
Added by Giuseppe Ferrò almost 10 years ago

Fixed issues on mutex semaphores.
#114

Revision d85e9073 (diff)
Added by Giuseppe Ferro almost 10 years ago

Put PrivateSem classes inside the main classes.
#114 #118

Revision 84dcd972 (diff)
Added by André Neto almost 10 years ago

Corrected bug in MutexSemOS::Create() method. #114

The Linux implementation of MutexSemOS::Create() was returning false
even when it was successfully created.

Revision 08bae2b9 (diff)
Added by André Neto almost 10 years ago

MutexSem unit testing implementation ready for review #114.

Implemented the MutexSem unit testing accordingly to the agreed unit
testing strategy.

Revision ed690475 (diff)
Added by André Neto almost 10 years ago

Removed the MutexSemIntegration test from the Makefile. #114

Revision bdae23d2 (diff)
Added by André Neto almost 10 years ago

Removed the MutexIntegrationTest from the Makefile. #114

Revision cae1fc5c (diff)
Added by André Neto almost 10 years ago

Removed MutexIntegrationGTest. #114

Revision dd952031 (diff)
Added by André Neto almost 10 years ago

Implementation of coding style. #114

Revision c9bcd107 (diff)
Added by André Neto almost 10 years ago

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.

Revision 484e8ad6 (diff)
Added by Llorenc Capella over 9 years ago

US #114 MutexSemTests

List of changes: * Improvement of the documentation and format the MutexSemTest.h
MutexSemTest.cpp * MutexSemGTest.cpp template addes.

Revision 29b8a4d5 (diff)
Added by Giuseppe Ferro over 9 years ago

Since linux can support recursive and not recursive mode for mutexes,
the flag recursive must be initialized.
#114

Revision a14f57d7 (diff)
Added by Ivan Herrero over 9 years ago

#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.

Also available in: Atom PDF