summaryrefslogtreecommitdiffstats
path: root/cpukit/include/rtems/thread.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'cpukit/include/rtems/thread.hpp')
-rw-r--r--cpukit/include/rtems/thread.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpukit/include/rtems/thread.hpp b/cpukit/include/rtems/thread.hpp
index e90e664dfa..fb408f60c0 100644
--- a/cpukit/include/rtems/thread.hpp
+++ b/cpukit/include/rtems/thread.hpp
@@ -321,6 +321,10 @@ namespace rtems
bool joinable() const noexcept;
+ void join();
+
+ void detach();
+
/*
* Constrain use. These are not available.
*/