Per Malmberg 71f57931bd #2743 - Implemented ability to core affinity and thread name for pthreads and thus also for std::thread. hace 7 años
..
main 71f57931bd #2743 - Implemented ability to core affinity and thread name for pthreads and thus also for std::thread. hace 7 años
CMakeLists.txt 71f57931bd #2743 - Implemented ability to core affinity and thread name for pthreads and thus also for std::thread. hace 7 años
Makefile 71f57931bd #2743 - Implemented ability to core affinity and thread name for pthreads and thus also for std::thread. hace 7 años
README.md 71f57931bd #2743 - Implemented ability to core affinity and thread name for pthreads and thus also for std::thread. hace 7 años

README.md

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.