vdr
2.4.0
|
#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 2111 of file tools.c.
References LIST_GARBAGE_COLLECTOR_TIMEOUT.
Referenced by main().
void cListGarbageCollector::Put | ( | cListObject * | Object | ) |
Definition at line 2102 of file tools.c.
References cListObject::next.
Referenced by cListBase::Del().
|
private |