|
vdr
2.4.0
|
#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 | ) |
Definition at line 387 of file thread.c.
References cCondWait::mutex.
| cMutexLock::~cMutexLock | ( | ) |
Definition at line 394 of file thread.c.
References cCondWait::mutex.
| bool cMutexLock::Lock | ( | cMutex * | Mutex | ) |
Definition at line 400 of file thread.c.
References cMutex::Lock(), and cCondWait::mutex.
1.8.11