cec: created a separate reader thread and fixed the 'lock timeout' bug
[deb_libcec.git] / src / lib / util / threads.h
index 41ad2b5e569bbc1c02c83f55e6241511a2e4596c..6f6288c4530aa4c99f18346306965baf17d0f5f7 100644 (file)
@@ -73,6 +73,8 @@ public:
   ~CLockObject(void);
 
   bool IsLocked(void) const { return m_bLocked; }
+  void Leave(void);
+  void Lock(void);
 
 private:
   CMutex *m_mutex;