summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/thread.hpp (follow)
Commit message (Collapse)AuthorAgeFilesLines
* thread.hpp: Fix redefinition of default argumentSebastian Huber2022-03-181-18/+14
| | | | | | A default argument shall be defined only once. Close #4632.
* librtemscxx: Fix white space to match the coding standardChris Johns2020-10-091-72/+72
|
* librtemscxx: Add join() and detach() to the threadChris Johns2020-10-091-0/+4
| | | | - Do not start threads detached
* cpukit/librcxx: Add a C++ thread interface with attributesChris Johns2020-10-081-0/+477