|
vdr
2.2.0
|
#include <epg.h>
Public Member Functions | |
| cSchedulesLock (bool WriteLock=false, int TimeoutMs=0) | |
| ~cSchedulesLock () | |
| bool | Locked (void) |
Private Attributes | |
| bool | locked |
| cSchedulesLock::cSchedulesLock | ( | bool | WriteLock = false, |
| int | TimeoutMs = 0 |
||
| ) |
Definition at line 1183 of file epg.c.
References cRwLock::Lock(), locked, cSchedules::rwlock, and cSchedules::schedules.
| cSchedulesLock::~cSchedulesLock | ( | ) |
Definition at line 1188 of file epg.c.
References locked, cSchedules::rwlock, cSchedules::schedules, and cRwLock::Unlock().
|
inline |
|
private |
Definition at line 182 of file epg.h.
Referenced by cSchedulesLock(), Locked(), and ~cSchedulesLock().
1.8.6