summaryrefslogtreecommitdiffstats
path: root/cpukit/librtemscxx/thread.cpp (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-10-09librtemscxx: Fix white space to match the coding standardChris Johns1-112/+112
2020-10-09librtemscxx: Add join() and detach() to the threadChris Johns1-11/+33
- Do not start threads detached
2020-10-08cpukit/librcxx: Add a C++ thread interface with attributesChris Johns1-0/+416