X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Fplatform%2Fthreads.h;h=6b0b870cf85351dd92f56506cbc72f9a4566dc93;hb=3154de8d4c60c7f0960ecbed182727f80779ae59;hp=4161de3261b12d68d7c4c137dc923ab1281db404;hpb=e81c6777aada2aea5bff91fb88a8194d61ae4cd6;p=deb_libcec.git diff --git a/src/lib/platform/threads.h b/src/lib/platform/threads.h index 4161de3..6b0b870 100644 --- a/src/lib/platform/threads.h +++ b/src/lib/platform/threads.h @@ -64,6 +64,9 @@ namespace CEC void Unlock(void); pthread_mutex_t m_mutex; + + private: + static pthread_mutexattr_t *GetMutexAttribute(); }; class CLockObject