User story #104
Updated by Ivan Herrero almost 10 years ago
Implement requirement MARTe-EX-F-1.2.2 based on the original MARTe implementation
Note: In order to properly support multi-core CPU architectures it is crucial to be able to specify the thread affinity so that a thread can be constrained by the operating system to run on a given subset of CPU cores.
h1. 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
h1. 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 function of a support class and does not require formal design in UML.
*Result of review:* N/A
*List of non-conformities:* N/A
Note: In order to properly support multi-core CPU architectures it is crucial to be able to specify the thread affinity so that a thread can be constrained by the operating system to run on a given subset of CPU cores.
h1. 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
h1. 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 function of a support class and does not require formal design in UML.
*Result of review:* N/A
*List of non-conformities:* N/A