OVMS3-idf/examples/system/cpp_pthread
2019-08-01 16:28:56 +07:00
..
main tools: Mass fixing of empty prototypes (for -Wstrict-prototypes) 2019-08-01 16:28:56 +07: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.