#2743 - Implemented ability to core affinity and thread name for pthreads and thus also for std::thread.

This commit is contained in:
Per Malmberg
2018-11-28 20:40:32 +01:00
parent a0468b2bd6
commit 71f57931bd
10 changed files with 242 additions and 11 deletions

View File

@@ -0,0 +1,4 @@
set(COMPONENT_SRCS "cpp_pthread.cpp")
set(COMPONENT_ADD_INCLUDEDIRS ".")
register_component()