Per Malmberg 71f57931bd #2743 - Implemented ability to core affinity and thread name for pthreads and thus also for std::thread. пре 7 година
..
main 71f57931bd #2743 - Implemented ability to core affinity and thread name for pthreads and thus also for std::thread. пре 7 година
CMakeLists.txt 71f57931bd #2743 - Implemented ability to core affinity and thread name for pthreads and thus also for std::thread. пре 7 година
Makefile 71f57931bd #2743 - Implemented ability to core affinity and thread name for pthreads and thus also for std::thread. пре 7 година
README.md 71f57931bd #2743 - Implemented ability to core affinity and thread name for pthreads and thus also for std::thread. пре 7 година

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.