|
vdr 2.6.4
|
#include <tools.h>
Public Member Functions | |
| cListGarbageCollector (void) | |
| ~cListGarbageCollector () | |
| void | Put (cListObject *Object) |
| void | Purge (bool Force=false) |
Private Attributes | |
| cMutex | mutex |
| cListObject * | objects |
| time_t | lastPut |
| cListGarbageCollector::~cListGarbageCollector | ( | ) |
| void cListGarbageCollector::Purge | ( | bool | Force = false | ) |
Definition at line 2147 of file tools.c.
References LIST_GARBAGE_COLLECTOR_TIMEOUT.
Referenced by main().
| void cListGarbageCollector::Put | ( | cListObject * | Object | ) |
Definition at line 2138 of file tools.c.
References cListObject::next.
Referenced by cListBase::Del().
|
private |