Threading cleanups

This commit is contained in:
Oliver Duis
2011-06-21 21:59:51 +02:00
parent 0583d2bc39
commit c1a8e6bbbd
13 changed files with 260 additions and 276 deletions

View File

@@ -47,14 +47,11 @@ class BatchQueueEntryUpdater {
public:
BatchQueueEntryUpdater ();
void add (guint8* oimg, int ow, int oh, int newh, BQEntryUpdateListener* listener);
void process ();
void stop ();
void removeJobs ();
void process (guint8* oimg, int ow, int oh, int newh, BQEntryUpdateListener* listener);
void removeJobs (BQEntryUpdateListener* listener);
void terminate ();
void process_ ();
void processThread ();
};
extern BatchQueueEntryUpdater batchQueueEntryUpdater;