X-Git-Url: https://git.piment-noir.org/?a=blobdiff_plain;f=src%2Flib%2Futil%2Fthreads.h;h=6f6288c4530aa4c99f18346306965baf17d0f5f7;hb=a8f0bd18be9ae8f70822b0b22038f40d12b4fcad;hp=41ad2b5e569bbc1c02c83f55e6241511a2e4596c;hpb=8148859ed1d46a20c30a953db91ccbbd127c85e9;p=deb_libcec.git diff --git a/src/lib/util/threads.h b/src/lib/util/threads.h index 41ad2b5..6f6288c 100644 --- a/src/lib/util/threads.h +++ b/src/lib/util/threads.h @@ -73,6 +73,8 @@ public: ~CLockObject(void); bool IsLocked(void) const { return m_bLocked; } + void Leave(void); + void Lock(void); private: CMutex *m_mutex;