IVGCVSW-4775 Centralizing definition of ThreadIdSize to fix MLCE-189
authorColm Donelan <Colm.Donelan@arm.com>
Tue, 12 May 2020 15:36:46 +0000 (16:36 +0100)
committerJim Flynn <jim.flynn@arm.com>
Wed, 13 May 2020 06:57:07 +0000 (06:57 +0000)
commit5bb3d8a1edeab3f4fdbeb9baf7922cc52bd815fb
treedde9b2ebeeccb81e089d1f4281dfbc3092bd626b
parent0c8cb99db6dd8b1ea073ef7227b2872a3cb0b269
IVGCVSW-4775 Centralizing definition of ThreadIdSize to fix MLCE-189

* Introduce a constant definition of the size of a POSIX thread ID.
* Update all code to use the new constant definition.
* Update all unit tests to use the new constant definition.

Signed-off-by: Colm Donelan <Colm.Donelan@arm.com>
Change-Id: I836ab1a77ed13f774e66fd7b425923c24b9a6dab
src/armnn/test/RuntimeTests.cpp
src/profiling/ProfilingUtils.cpp
src/profiling/ProfilingUtils.hpp
src/profiling/test/ProfilingTestUtils.cpp
src/profiling/test/SendTimelinePacketTests.cpp
src/profiling/test/TimelinePacketTests.cpp
src/profiling/test/TimelineUtilityMethodsTests.cpp
src/timelineDecoder/tests/TimelineTests.cpp