vdr
2.2.0
|
#include <thread.h>
Public Member Functions | |
cRwLock (bool PreferWriter=false) | |
~cRwLock () | |
bool | Lock (bool Write, int TimeoutMs=0) |
void | Unlock (void) |
Private Attributes | |
pthread_rwlock_t | rwlock |
bool cRwLock::Lock | ( | bool | Write, |
int | TimeoutMs = 0 |
||
) |
Definition at line 155 of file thread.c.
References GetAbsTime().
Referenced by cEIT::cEIT(), cSchedulesLock::cSchedulesLock(), main(), cSdtFilter::Process(), cPatFilter::Process(), cNitFilter::Process(), cEITScanner::Process(), and cDevice::SetChannel().
void cRwLock::Unlock | ( | void | ) |
Definition at line 170 of file thread.c.
Referenced by cEIT::cEIT(), main(), cSdtFilter::Process(), cPatFilter::Process(), cNitFilter::Process(), cEITScanner::Process(), cDevice::SetChannel(), and cSchedulesLock::~cSchedulesLock().