Project

General

Profile

User story #103

MARTe-EX-D-1.2.1: The framework shall offer multi-threading support to application developers.

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:
8.00 h
Git branch (link):
Git merge to develop (link):
SVN commit (link/?p=rev):

Description

See #160

Implement requirement MARTe-EX-D-1.2.1 based on the original MARTe implementation

Note: One of the key features of MARTe is the possibility of executing real-time multi-threading applications.

Source code files modified

  • Source/Core/L0Portability/ThreadsDatabase.h
  • Source/Core/L0Portability/ThreadsDatabase.cpp
  • Source/Core/L0Portability/Threads.h
  • Source/Core/L0Portability/Threads.cpp
  • Source/Core/L0Portability/OperatingSystem/Linux/ThreadsOS.h
  • Source/Core/L0Portability/OperatingSystem/Windows/ThreadsOS.h
  • Source/Core/L0Portability/ThreadInformation.h
  • Source/Core/L0Portability/TimeoutType.h

Architecture & design review

Date of the review: 08/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 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: 01/07/2015

Person who did the review: Ivan Herrero

Result of coverage tests review: FAIL

Result of functional tests review: FAIL

Result of review: FAIL

List of non-conformities:

Classes ThreadsDatabase and Threads reviewed on #109.

The classes TimeoutType and ThreadInformation lack unit tests.

Associated revisions

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

Implemented threads functionalities described in redmine #103 #104 #112 #107 #108 #111 #105 #106 #110 #109

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

Used references in operators of TimeoutType.h
Added the initialization of the internal semaphore in all ThreadInformation constructors.
#103

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

Formatted TimeoutType with new templates.
#103

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

Added const to the input parameters of the functions when necessary.
#103

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

Moved THREADS_DEFAULT_STACKSIZE in GeneralDefinitionsOS.h.
Formatted code with new templates.
Fixed errors accordingly with the revision.
#109 #110 #106 #105 #111 #108 #107 #112 #113 #104 #103

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

Fixed errors accordingly with revision.
#103 #104 #112 #107 #108 #111 #105 #106

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

Fixed minor issues
#103

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

Added Threads and ThreadsDatabase tests.
#110 #123 #103 #104 #112 #107 #108 #111 #106 #105 #109 #113

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

Added Threads unit tests.
Renamed previous tests because they are integration tests.
#110 #123 #103 #104 #112 #107 #108 #111 #106 #105 #109 #113

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

Fixed minor issues.
Made private the ThreadsDatabase members.
#103

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

Added Threads Tests.
#103

Revision d2209ae1 (diff)
Added by Giuseppe Ferrò over 9 years ago

Windows porting for Threads.
#103

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 8.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 Ivan Herrero almost 10 years ago

  • Description updated (diff)

#11 Updated by Ivan Herrero almost 10 years ago

  • Description updated (diff)

#12 Updated by Ivan Herrero almost 10 years ago

  • Description updated (diff)

#13 Updated by Ivan Herrero almost 10 years ago

  • Assignee changed from Ivan Herrero to Giuseppe Ferro

#14 Updated by Ivan Herrero almost 10 years ago

  • Description updated (diff)

#15 Updated by Ivan Herrero almost 10 years ago

  • Description updated (diff)
  • Assignee deleted (Giuseppe Ferro)

#16 Updated by Ivan Herrero almost 10 years ago

  • Status changed from Code: Rev to Unit: Impl

#17 Updated by Ivan Herrero almost 10 years ago

Code and documentation review passed. Unit testing implementation pending.

#18 Updated by Riccardo Vitelli almost 10 years ago

  • Status changed from Unit: Impl to Unit: Rev

#19 Updated by Ivan Herrero almost 10 years ago

  • Description updated (diff)

Unit test review made on revision 8b64124 [FAIL].

Note: It is currently being refactored.

#20 Updated by Riccardo Vitelli almost 10 years ago

  • Status changed from Unit: Rev to Unit: Impl

#21 Updated by Riccardo Vitelli almost 10 years ago

  • Status changed from Unit: Impl to Unit: Rev

#22 Updated by Riccardo Vitelli almost 10 years ago

  • Target version changed from 0.1 to 0.2

#23 Updated by Ivan Herrero over 9 years ago

  • Assignee set to Ivan Herrero

#24 Updated by Ivan Herrero over 9 years ago

  • Description updated (diff)

A unit test review has been done on revision 6072de0 with a result of "FAIL".

#25 Updated by Ivan Herrero over 9 years ago

  • Status changed from Unit: Rev to Unit: Impl

#26 Updated by Ivan Herrero over 9 years ago

  • Assignee deleted (Ivan Herrero)

#27 Updated by Llorenc Capella over 9 years ago

  • Assignee set to Llorenc Capella

#28 Updated by Riccardo Vitelli over 9 years ago

  • Status changed from Unit: Impl to Code: Impl

#29 Updated by Riccardo Vitelli over 9 years ago

  • Assignee deleted (Llorenc Capella)

#30 Updated by Riccardo Vitelli over 9 years ago

  • Description updated (diff)

#31 Updated by Riccardo Vitelli over 9 years ago

  • Status changed from Code: Impl to Closed

Also available in: Atom PDF