|
vdr 2.7.9
|
#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 | ) |
| bool cMutexLock::Lock | ( | cMutex * | Mutex | ) |
Definition at line 402 of file thread.c.
References locked, Mutex, and mutex.
Referenced by cMutexLock(), and cControl::Control().
|
private |
Definition at line 144 of file thread.h.
Referenced by cMutexLock(), Lock(), and ~cMutexLock().
|
private |
Definition at line 143 of file thread.h.
Referenced by cMutexLock(), cPixmapMutexLock::cPixmapMutexLock(), Lock(), and ~cMutexLock().