|
vdr 2.7.4
|
#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 222 of file thread.c.
Referenced by cDvbTuner::ExecuteDiseqc(), cMutexLock::Lock(), cSkins::ProcessQueuedMessages(), and cSkins::QueueMessage().
| void cMutex::Unlock | ( | void | ) |
Definition at line 228 of file thread.c.
Referenced by cDvbTuner::ExecuteDiseqc(), cSkins::ProcessQueuedMessages(), and cSkins::QueueMessage().
|
friend |
|
private |
Definition at line 71 of file thread.h.
Referenced by cMutex(), Lock(), cCondVar::TimedWait(), Unlock(), and cCondVar::Wait().
|
private |
Definition at line 70 of file thread.h.
Referenced by cMutex(), Lock(), cCondVar::TimedWait(), Unlock(), cCondVar::Wait(), and ~cMutex().