12 #ifndef INCLUDE_DISTORTOS_UNDETACHABLETHREAD_HPP_ 13 #define INCLUDE_DISTORTOS_UNDETACHABLETHREAD_HPP_ 26 #ifdef DISTORTOS_THREAD_DETACH_ENABLE 32 using ThreadCommon::ThreadCommon;
49 #else // !def DISTORTOS_THREAD_DETACH_ENABLE 53 #endif // !def DISTORTOS_THREAD_DETACH_ENABLE 57 #endif // INCLUDE_DISTORTOS_UNDETACHABLETHREAD_HPP_ UndetachableThread class is a ThreadCommon that cannot be detached.
Definition: UndetachableThread.hpp:28
int detach() override
Detaches the thread.
Definition: UndetachableThread.cpp:29
Top-level namespace of distortos project.
Definition: buttons.hpp:33
ThreadCommon class header.
ThreadCommon class implements common functionality of threads.
Definition: ThreadCommon.hpp:27