vdr
1.7.27
|
Public Member Functions | |
cRemoveDeletedRecordingsThread (void) | |
Protected Member Functions | |
virtual void | Action (void) |
Definition at line 76 of file recording.c.
Definition at line 83 of file recording.c.
void cRemoveDeletedRecordingsThread::Action | ( | void | ) | [protected, virtual] |
A derived cThread class must implement the code it wants to execute as a separate thread in this function.
If this is a loop, it must check Running() repeatedly to see whether it's time to stop.
Implements cThread.
Definition at line 88 of file recording.c.
References cListBase::Del(), DELETEDLIFETIME, DeletedRecordings, cList< T >::First(), cLockFile::Lock(), cList< T >::Next(), cRecording::Remove(), RemoveEmptyVideoDirectories(), cThread::SetIOPriority(), cThread::SetPriority(), and VideoDirectory.