1
0
mirror of https://github.com/espressif/esp-idf synced 2025-03-24 16:39:12 -04: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.