X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fplatform%2Fthreads%2Fthreads.h;h=31c2daffa2e39c4ff5cf08ec768b0f235efbbe9a;hb=0b71487197ed7281dda06f53ecaf846f1fd7e942;hp=0cc07eee883f6646e98bd65b6cfb601f5d8c1c96;hpb=b1c47f9d6d6d6007c6a66c8ad806e3e046933092;p=deb_libcec.git diff --git a/src/lib/platform/threads/threads.h b/src/lib/platform/threads/threads.h index 0cc07ee..31c2daf 100644 --- a/src/lib/platform/threads/threads.h +++ b/src/lib/platform/threads/threads.h @@ -143,13 +143,13 @@ namespace PLATFORM protected: void SetRunning(bool bSetTo); + CMutex m_threadMutex; private: bool m_bStop; bool m_bRunning; bool m_bStopped; CCondition m_threadCondition; - CMutex m_threadMutex; thread_t m_thread; }; };