|
|
před 6 roky | |
|---|---|---|
| .. | ||
| main | před 6 roky | |
| CMakeLists.txt | před 7 roky | |
| Makefile | před 7 roky | |
| README.md | před 7 roky | |
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.