vdr
2.0.2
|
#include <thread.h>
Public Member Functions | |
cMutex (void) | |
~cMutex () | |
void | Lock (void) |
void | Unlock (void) |
Private Attributes | |
pthread_mutex_t | mutex |
int | locked |
Friends | |
class | cCondVar |
void cMutex::Lock | ( | void | ) |
Definition at line 191 of file thread.c.
Referenced by cIoThrottle::Activate(), cTDT::cTDT(), cDvbTuner::ExecuteDiseqc(), cThread::Lock(), cRingBufferFrame::Lock(), cMutexLock::Lock(), cPixmap::Lock(), cSkins::ProcessQueuedMessages(), cSkins::QueueMessage(), and cIoThrottle::Release().
void cMutex::Unlock | ( | void | ) |
Definition at line 197 of file thread.c.
Referenced by cIoThrottle::Activate(), cTDT::cTDT(), cDvbTuner::ExecuteDiseqc(), cSkins::ProcessQueuedMessages(), cSkins::QueueMessage(), cIoThrottle::Release(), cThread::Unlock(), cRingBufferFrame::Unlock(), cPixmap::Unlock(), and cMutexLock::~cMutexLock().
|
private |
Definition at line 67 of file thread.h.
Referenced by cMutex(), Lock(), cCondVar::TimedWait(), Unlock(), and cCondVar::Wait().
|
private |
Definition at line 66 of file thread.h.
Referenced by cMutex(), Lock(), cCondVar::TimedWait(), Unlock(), cCondVar::Wait(), and ~cMutex().