OVMS3-idf/examples/system/cpp_pthread
2018-11-28 20:43:09 +01:00
..
main #2743 - Implemented ability to core affinity and thread name for pthreads and thus also for std::thread. 2018-11-28 20:43:09 +01:00
CMakeLists.txt #2743 - Implemented ability to core affinity and thread name for pthreads and thus also for std::thread. 2018-11-28 20:43:09 +01:00
Makefile #2743 - Implemented ability to core affinity and thread name for pthreads and thus also for std::thread. 2018-11-28 20:43:09 +01:00
README.md #2743 - Implemented ability to core affinity and thread name for pthreads and thus also for std::thread. 2018-11-28 20:43:09 +01:00

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.