vdr
2.0.2
|
#include <thread.h>
Public Member Functions | |
cMutexLock (cMutex *Mutex=NULL) | |
~cMutexLock () | |
bool | Lock (cMutex *Mutex) |
Private Attributes | |
cMutex * | mutex |
bool | locked |
cMutexLock::cMutexLock | ( | cMutex * | Mutex = NULL | ) |
cMutexLock::~cMutexLock | ( | ) |
Definition at line 363 of file thread.c.
References locked, mutex, and cMutex::Unlock().
bool cMutexLock::Lock | ( | cMutex * | Mutex | ) |
Definition at line 369 of file thread.c.
References cMutex::Lock(), locked, and mutex.
Referenced by cMutexLock().
|
private |
Definition at line 138 of file thread.h.
Referenced by cMutexLock(), Lock(), and ~cMutexLock().
|
private |
Definition at line 137 of file thread.h.
Referenced by cMutexLock(), Lock(), and ~cMutexLock().