#2743 - Implemented ability to core affinity and thread name for pthreads and thus also for std::thread.
This commit is contained in:
5
examples/system/cpp_pthread/README.md
Normal file
5
examples/system/cpp_pthread/README.md
Normal file
@@ -0,0 +1,5 @@
|
||||
# pthread examples
|
||||
|
||||
This example shows how to use the pthread API to create std::threads with different stack sizes, names, priorities and pinned to certain cores.
|
||||
|
||||
This example is in C++, contrary to the the normal standard of pure C.
|
||||
Reference in New Issue
Block a user