summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/thread.hpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2022-03-18thread.hpp: Fix redefinition of default argumentSebastian Huber1-18/+14
A default argument shall be defined only once. Close #4632.
2020-10-09librtemscxx: Fix white space to match the coding standardChris Johns1-72/+72
2020-10-09librtemscxx: Add join() and detach() to the threadChris Johns1-0/+4
- Do not start threads detached
2020-10-08cpukit/librcxx: Add a C++ thread interface with attributesChris Johns1-0/+477