|
|
il y a 7 ans | |
|---|---|---|
| .. | ||
| main | il y a 7 ans | |
| CMakeLists.txt | il y a 7 ans | |
| Makefile | il y a 7 ans | |
| README.md | il y a 7 ans | |
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.