vdr 2.7.6
|
#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 | ( | ) |
bool cThreadLock::Lock | ( | cThread * | Thread | ) |
Definition at line 427 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().