|
|
%!s(int64=7) %!d(string=hai) anos | |
|---|---|---|
| .. | ||
| main | %!s(int64=7) %!d(string=hai) anos | |
| CMakeLists.txt | %!s(int64=7) %!d(string=hai) anos | |
| Makefile | %!s(int64=7) %!d(string=hai) anos | |
| README.md | %!s(int64=7) %!d(string=hai) anos | |
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.