esp-idf/examples/system/cpp_pthread
Renz Christian Bagaporo 6771eead80 examples: use new component registration api 2019-06-21 19:53:29 +08:00
..
main examples: use new component registration api 2019-06-21 19:53:29 +08:00
CMakeLists.txt
Makefile
README.md

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.