|
vdr 2.6.4
|
#include <thread.h>
Public Member Functions | |
| cThreadLock (cThread *Thread=NULL) | |
| ~cThreadLock () | |
| bool | Lock (cThread *Thread) |
Private Attributes | |
| cThread * | thread |
| bool | locked |
| cThreadLock::cThreadLock | ( | cThread * | Thread = NULL | ) |
| cThreadLock::~cThreadLock | ( | ) |
Definition at line 420 of file thread.c.
References locked, thread, and cThread::Unlock().
| bool cThreadLock::Lock | ( | cThread * | Thread | ) |
Definition at line 426 of file thread.c.
References cThread::Lock(), locked, and thread.
Referenced by cThreadLock().
|
private |
Definition at line 160 of file thread.h.
Referenced by cThreadLock(), Lock(), and ~cThreadLock().
|
private |
Definition at line 159 of file thread.h.
Referenced by cThreadLock(), Lock(), and ~cThreadLock().